Skip to content

opengl: don't fallback from UpdateFormat()

Thomas Guillem requested to merge tguillem/vlc:gl-update into master

cf. comment in vout_SetDisplayFormat(). The core won't insert any display converters after vd->ops->update_format().

If a fallback is necessary, vout_display_opengl_UpdateFormat() need to fail, and the core will insert a new video converter in the static filter chain (but not on the display chain).

Merge request reports

Loading