Skip to content

avcodec/chroma: keep information of VLC chromas flipped compared to lavutil

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

Some VLC chromas don't map directly to libavutil chromas. The U/V planes may be switched (YVU instead of YUV). We need to get this information when mapping VLC chromas to libavutil ones.

Merge request reports