[SCM] libav/experimental: isom: add 'flic' tag

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:36 UTC 2014


The following commit has been merged in the experimental branch:
commit b0a54516eb3cfab20ce0a53e4d6b3fb7e03bdcfc
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Thu Apr 3 09:59:30 2014 +0200

    isom: add 'flic' tag

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 5a48b7b..395b30b 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -237,6 +237,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
     { AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
+    { AV_CODEC_ID_FLIC,   MKTAG('f', 'l', 'i', 'c') },
 
     { AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list