Re: [FFmpeg-devel] Using 16 bits per component in the internal palette

2016-02-22 Thread Mats Peterson
On 02/22/2016 01:07 PM, Mats Peterson wrote: 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

Re: [FFmpeg-devel] Using 16 bits per component in the internal palette

2016-02-22 Thread Mats Peterson
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 w