On 02/22/2016 12:57 PM, Mats Peterson wrote:
QuickTime uses 16 bits per component for its palette. Would it be
sensible to do the same for the internal palette in FFmpeg as well, in
order to avoid "precision loss"? With the result that AVPALETTE_SIZE
will be 2048 rather than 1024.

Mats


That will take a lot of modifications for anything that uses a palette I guess, changing from uint32_t to uint64_t, etc.

Mats

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to