opengl: move down vlc_gl_renderer_Prepare()
commitb5a1afb2d61bedb859bb2099d60f646b826533b3
authorRomain Vimont <rom1v@videolabs.io>
Fri, 31 Jan 2020 12:05:29 +0000 (31 13:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2020 10:29:03 +0000 (23 11:29 +0100)
treeeb9095c82882b9107745fc128aacf50322a34d93
parent22bfdc88c4d63271afa0ae7931eea7e53e39ba6b
opengl: move down vlc_gl_renderer_Prepare()

It will be modified to depend on static functions. Move it below them.

This will make the diff more readable.

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