[FFmpeg-devel] [PATCH] CDXL demuxer and decoder

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 7 21:06:24 CET 2012


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> On 7 Jan 2012, at 20:52, Paul B Mahol <onemda <at> gmail.com> wrote:
> > On 12/30/11, Reimar Doeffinger <Reimar.Doeffinger <at> gmx.de> wrote:
> >> only partial review...
> >>> +            AV_WL32(out + (x * 4), (0xFF << 24) | (r | g | b));

> I don't know which, but there is for example both RGBA and RGB32 (I think
> RGB32 is it).

Since the codec does not support transparency (iiuc), RGB24 and 0RGB32 are also
possible options.

Carl Eugen



More information about the ffmpeg-devel mailing list