opengl: use vlc_gl_renderer when possible
commit5ebbba08f1692cb576220365cce6ab5e3422368c
authorRomain Vimont <rom1v@videolabs.io>
Sat, 25 Jan 2020 13:57:36 +0000 (25 14:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Feb 2020 22:11:21 +0000 (13 23:11 +0100)
tree4eb51f782efb4f3a3422d30fbcf3d8466bd2ec40
parentf5a0f3e1ceca3c2e170b76fc07bbb636d8f613a5
opengl: use vlc_gl_renderer when possible

Use struct vlc_gl_renderer directly instead of vout_display_opengl_t
when possible.

This paves the way to extract the renderer into a separate component.

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