Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-26 Thread Mats Peterson
On 02/27/2016 04:24 AM, Mats Peterson wrote: On 02/27/2016 03:05 AM, Michael Niedermayer wrote: On Wed, Feb 24, 2016 at 06:16:25PM +0100, Mats Peterson wrote: The QuickTime palette was incorrectly stored in the MatroskaDemuxContext instead of a MatroskaTrack. -- Mats Peterson

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-26 Thread Mats Peterson
On 02/27/2016 03:05 AM, Michael Niedermayer wrote: On Wed, Feb 24, 2016 at 06:16:25PM +0100, Mats Peterson wrote: The QuickTime palette was incorrectly stored in the MatroskaDemuxContext instead of a MatroskaTrack. -- Mats Peterson http://matsp888.no-ip.org/~mats/ matroskadec.c | 19

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-26 Thread Michael Niedermayer
On Wed, Feb 24, 2016 at 06:16:25PM +0100, Mats Peterson wrote: > The QuickTime palette was incorrectly stored in the > MatroskaDemuxContext instead of a MatroskaTrack. > > -- > Mats Peterson > http://matsp888.no-ip.org/~mats/ > matroskadec.c | 19 +++ > 1 file changed, 11

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-26 Thread Mats Peterson
On 02/24/2016 06:16 PM, Mats Peterson wrote: The QuickTime palette was incorrectly stored in the MatroskaDemuxContext instead of a MatroskaTrack. ping -- Mats Peterson http://matsp888.no-ip.org/~mats/ ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-24 Thread Mats Peterson
On 02/24/2016 06:16 PM, Mats Peterson wrote: The QuickTime palette was incorrectly stored in the MatroskaDemuxContext instead of a MatroskaTrack. Sample Matroska file with two 8 bpp QuickTime video tracks: https://drive.google.com/open?id=0B3_pEBoLs0faY1JKQXBfRy1QYUk

[FFmpeg-devel] [PATCH] lavf/matroskadec: Process QuickTime palette per track

2016-02-24 Thread Mats Peterson
The QuickTime palette was incorrectly stored in the MatroskaDemuxContext instead of a MatroskaTrack. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 079df7d5971a6ff0136597dfe1dbefc1e2c239f9 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Wed, 24 Feb 2016 18:14:05