[FFmpeg-devel] [PATCH] read colr atom into metadata
Reimar Döffinger
Reimar.Doeffinger
Fri Jul 23 20:18:58 CEST 2010
Hello,
As subject says.
No particularly good reasoning yet, except that I _suspect_ this
will be necessary for ProRes.
At the very least it will make building the ImageDescription for
the binary decoder in MPlayer less messy...
Index: libavformat/mov.c
===================================================================
--- libavformat/mov.c (revision 24393)
+++ libavformat/mov.c (working copy)
@@ -2199,6 +2199,7 @@
{ MKTAG('a','v','s','s'), mov_read_extradata },
{ MKTAG('c','h','p','l'), mov_read_chpl },
{ MKTAG('c','o','6','4'), mov_read_stco },
+{ MKTAG('c','o','l','r'), mov_read_extradata },
{ MKTAG('c','t','t','s'), mov_read_ctts }, /* composition time to sample */
{ MKTAG('d','i','n','f'), mov_read_default },
{ MKTAG('d','r','e','f'), mov_read_dref },
More information about the ffmpeg-devel
mailing list