Skip to content

mux/avi: handle VLC_CODEC_RGB24 muxing

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

24-bit RGB in AVI is only BGR (as a BI_RGB compression). The code transforms each RGB sample into a BGR sample. This is a lot less code than using masks.

This is a simplified version of the more generic version above.

Merge request reports