[FFmpeg-devel] [PATCH] Use PIX_FMT_BGR24 for the AviSynth demuxer, not PIX_FMT_RGB24.

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Mar 30 16:32:04 CET 2013


Stephen Hutchinson <qyot27 <at> gmail.com> writes:

>      case AVS_CS_BGR24:
> -        st->codec->pix_fmt = PIX_FMT_RGB24;
> +        st->codec->pix_fmt = PIX_FMT_BGR24;

If this fixes (a part of) ticket #2412, please 
add that to the commit message.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list