Re: [FFmpeg-devel] [PATCH 1/4] avformat/qtpalette: parse color table according to the QuickTime file format specs

2018-04-19 Thread Michael Niedermayer
On Thu, Apr 19, 2018 at 09:32:18PM +0200, Marton Balint wrote: > The specs says that the the first color component in the color array is > not alpha, but simply 0. > > Fixes 0 alpha of fate-suite/cvid/catfight-cvid-pal8-partial.mov > > Signed-off-by: Marton Balint > --- >

Re: [FFmpeg-devel] [PATCH 1/4] avformat/qtpalette: parse color table according to the QuickTime file format specs

2018-04-19 Thread Michael Niedermayer
On Fri, Apr 20, 2018 at 01:21:15AM +0200, Michael Niedermayer wrote: > On Thu, Apr 19, 2018 at 09:32:18PM +0200, Marton Balint wrote: > > The specs says that the the first color component in the color array is > > not alpha, but simply 0. > > > > Fixes 0 alpha of

Re: [FFmpeg-devel] [PATCH 1/4] avformat/qtpalette: parse color table according to the QuickTime file format specs

2018-04-19 Thread Michael Niedermayer
On Thu, Apr 19, 2018 at 09:32:18PM +0200, Marton Balint wrote: > The specs says that the the first color component in the color array is > not alpha, but simply 0. > > Fixes 0 alpha of fate-suite/cvid/catfight-cvid-pal8-partial.mov > > Signed-off-by: Marton Balint > --- >

[FFmpeg-devel] [PATCH 1/4] avformat/qtpalette: parse color table according to the QuickTime file format specs

2018-04-19 Thread Marton Balint
The specs says that the the first color component in the color array is not alpha, but simply 0. Fixes 0 alpha of fate-suite/cvid/catfight-cvid-pal8-partial.mov Signed-off-by: Marton Balint --- libavformat/qtpalette.c | 12 ++--