opengl: do not pass the picture_t to the renderer
commit6705f8b344be104c25d1cd2d76a1210badcb0b67
authorRomain Vimont <rom1v@videolabs.io>
Thu, 6 Feb 2020 11:39:35 +0000 (6 12:39 +0100)
committerAlexandre Janniaux <ajanni@videolabs.io>
Thu, 4 Jun 2020 09:02:04 +0000 (4 11:02 +0200)
tree3b5f95f984eb6042b33e53280a8cef685326a7b9
parentb773f641823e377ec6ffae535532b79efbe99b58
opengl: do not pass the picture_t to the renderer

The renderer is expected to be independant of the input picture format.
Instead, update the sampler directly.

Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
modules/video_output/opengl/renderer.c
modules/video_output/opengl/renderer.h
modules/video_output/opengl/vout_helper.c