Skip to content

decoder_helpers: reject "codec" that are not chromas early

Steve Lhomme requested to merge robUx4/vlc:decoder_codec_desc into master

The format_update will ultimately fail because it can't create a picture pool in the vout.

In practice this should never happen because such decoder would not work in the end.

Merge request reports