opengl: simplify opengl_init_program() call
commit94dc92ab9e5285d708665dacf761bc7a6d23bf07
authorRomain Vimont <rom1v@videolabs.io>
Mon, 27 Jan 2020 14:52:12 +0000 (27 15:52 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Feb 2020 22:11:21 +0000 (13 23:11 +0100)
tree9f81fca3470492526a0abda64fe0ebb3bcf130d4
parent0f54633131f6ef11a2919474293b3f48373f02ce
opengl: simplify opengl_init_program() call

Do not pass extensions to opengl_init_program().

This was an optimization not to retrieve the extensions list twice.
However, since the initialization will be moved into a separate
component (the renderer), we don't want to expose this internal detail.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/opengl/vout_helper.c