[FFmpeg-cvslog] isom: add "MNG" FourCC

Piotr Bandurski git at videolan.org
Sun Mar 9 22:23:21 CET 2014


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Sat Jul 14 18:42:29 2012 +0200| [db32f14c3dfd75290b57a086183d6577457beac4] | committer: Vittorio Giovara

isom: add "MNG" FourCC

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db32f14c3dfd75290b57a086183d6577457beac4
---

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

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') },



More information about the ffmpeg-cvslog mailing list