[SCM] libav/experimental: isom: add "MNG" FourCC

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:55 UTC 2014


The following commit has been merged in the experimental branch:
commit db32f14c3dfd75290b57a086183d6577457beac4
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Sat Jul 14 18:42:29 2012 +0200

    isom: add "MNG" FourCC

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 3b54509..22f413f 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -213,6 +213,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_TIFF,  MKTAG('t', 'i', 'f', 'f') }, /* TIFF embedded in MOV */
     { AV_CODEC_ID_GIF,   MKTAG('g', 'i', 'f', ' ') }, /* embedded gif files as frames (usually one "click to play movie" frame) */
     { AV_CODEC_ID_PNG,   MKTAG('p', 'n', 'g', ' ') },
+    { AV_CODEC_ID_PNG,   MKTAG('M', 'N', 'G', ' ') },
 
     { AV_CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
     { AV_CODEC_ID_CAVS, MKTAG('a', 'v', 's', '2') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list