[FFmpeg-devel] [PATCH] Pictor/PC Paint PIC decoder

Michael Karcher ffmpeg
Sun May 30 11:46:36 CEST 2010


Am Sonntag, den 30.05.2010, 13:21 +1000 schrieb Peter Ross:
> +const uint32_t ff_cga3_palette[4] = {
> +    0x000000, 0x55FFFF, 0xFF5555, 0xFFFFFF,
> +};

I don't see that code using this CGA palette anywhere. As it is only one
out of 4 or even 6 possible palettes (which you all seem to handle), I
doubt it makes much sense to include this table.

Regards,
  Michael Karcher




More information about the ffmpeg-devel mailing list