[FFmpeg-devel] [PATCH] avcodec: add cdtoons decoder

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Feb 13 00:02:51 EET 2020


Am Mi., 12. Feb. 2020 um 20:50 Uhr schrieb Paul B Mahol <onemda at gmail.com>:

> +                c->pal[i]     = (0xff << 24) | (r << 16) | (g << 8) | (b);

Should be "0xffu" iirc, and we usually have less parentheses.

Carl Eugen


More information about the ffmpeg-devel mailing list