Skip to content

frontends/va: Only set VP9 segmentation fields when segmentation is enabled

David Rosca requested to merge nowrep/mesa:vp9-segm into main

What does this MR do and why?

frontends/va: Only set VP9 segmentation fields when segmentation is enabled

Workaround for ffmpeg setting segmentation_update_map to 1 with
segmentation_enabled == 0.

Fixes decoding sample from https://github.com/mpv-player/mpv/issues/13533

Cc: mesa-stable

Merge request reports