[Ffmpeg-devel] libswscale RGB32 colorspace chaos

Reimar Döffinger Reimar.Doeffinger
Fri Oct 13 23:23:06 CEST 2006


Hello,
According to rgb2rgb.c, line 470 rgb32 format is b << 16 + g << 8 + r.
On the other hand yuv2rgb.c, line 699 looks to me like it's
r << 16 + g << 8 + b.
So which one is correct? Or am I missing something??

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list