[FFmpeg-devel] [PATCH] zmbv: stop doing colorspace conversion

Paul B Mahol onemda at gmail.com
Sun Mar 3 13:58:45 CET 2013


On 3/2/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
>
>>      case ZMBV_FMT_8BPP:
>
>> +        for (j = 0; j < 256; j++)
>> +            AV_WN32(&c->pic.data[1][j * 4], AV_RB24(&c->pal[j * 3]));
>
> Without testing, I would assume that "0xFFU << 24 |" is
> missing from that line.

Fixed locally. Gonna apply in next few days if I get no additional replies.

>
> Avoiding the conversions is certainly a good idea!
>
> Thank you, Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list