[FFmpeg-devel] [PATCH] Several, actually, regarding the QuickTime palette issue in Matroska

Mats Peterson matsp888 at yahoo.com
Tue Dec 15 18:51:58 CET 2015


Here is a *suggestion* for how to end the QuickTime palette in Matroska 
saga. I have created a new file 'qtpalette.c' with a function 
get_qtpalette(), that will be called from both matroskadec.c and mov.c. 
So, no more calling into another demuxer to get the palette, and no 
duplicated code, since it is more or less moved from mov.c to this new 
file. The mov_parse_stsd_video() function in mov.c is rather heavily 
modified as a consequence. Now, please forgive me for not splitting it 
up, but I hope that someone will be able to try it out in spite of this.

Mats

-- 
Mats Peterson
http://matsp888.no-ip.org/~mats/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libavformat-patches.tar.gz
Type: application/x-gzip
Size: 4105 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151215/b8ec608d/attachment.bin>


More information about the ffmpeg-devel mailing list