[FFmpeg-devel] [PATCH] XWD decoder and encoder

Paul B Mahol onemda at gmail.com
Thu Jan 19 19:41:19 CET 2012


On 1/19/12, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
>
>> +            pal[i] = (0xFF << 24) | (red << 16) | (green << 8) | blue;
>
> It was suggested here to use "0xFFU" (and the braces are unneeded iirc).
>
> [...]
>
>> +                avctx->pix_fmt = be ? PIX_FMT_ARGB : PIX_FMT_BGRA;
>
>> +                avctx->pix_fmt = be ? PIX_FMT_ABGR : PIX_FMT_RGBA;
>
> This should be 0RGB, BGR0, 0BGR and RGB0.

Not really. xwd sets alpha to 0xFF for me. Format can support alpha just fine.


More information about the ffmpeg-devel mailing list