[FFmpeg-devel] [PATCH]Support putting RGB0 / RGB64 and friends in rawvideo
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Feb 9 23:30:36 CET 2012
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > { PIX_FMT_RGBA, MKTAG('R', 'G', 'B', 'A') },
> > + { PIX_FMT_RGB0, MKTAG('R', 'G', 'B', '0') },
> > { PIX_FMT_BGRA, MKTAG('B', 'G', 'R', 'A') },
> > + { PIX_FMT_BGR0, MKTAG('B', 'G', 'R', '0') },
> should be ok
No, '0' == 48 ;-)
Applied a tested version.
Carl Eugen
More information about the ffmpeg-devel
mailing list