Skip to content

OpenGL: move vout_display_opengl_Display() call to prepare()

Calling the display() function in vout_display::prepare() allows the rendering to happens in advance before the frame is swapped, without preventing the frame from being re-drawn again before swapping.

This is preliminary work for !1316.

Edited by Alexandre Janniaux

Merge request reports