mux/avi: handle VLC_CODEC_RGB24 muxing
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.