Skip to content

vdpau: remove bogus assert

The assert introduced by 24f2b0a8 triggers when an application requests a chroma_type that's different to the one from the PIPE_VIDEO_CAP_PREFERED_FORMAT (before this change the chroma_type was set but ignored).

So restore this behavior and ignore the chroma_type.

Reported-by: Ilia Mirkin imirkin@alum.mit.edu Fixes: 24f2b0a8 ("gallium/video: remove pipe_video_buffer.chroma_format")

Merge request reports