[FFmpeg-devel] [PATCH] isom: add "MNG" FourCC

compn tempn at twmi.rr.com
Sat Jul 14 19:34:41 CEST 2012


On Sat, 14 Jul 2012 18:42:29 +0200, Piotr Bandurski wrote:
>
>sample:
>
>http://www.datafilehost.com/download-92da395c.html
>--- a/libavformat/isom.c
>+++ b/libavformat/isom.c
>@@ -219,6 +219,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
>     { CODEC_ID_TIFF,  MKTAG('t', 'i', 'f', 'f') }, /* TIFF embedded in MOV */
>     { CODEC_ID_GIF,   MKTAG('g', 'i', 'f', ' ') }, /* embedded gif files as frames (usually one "click to play movie" frame) */
>     { CODEC_ID_PNG,   MKTAG('p', 'n', 'g', ' ') },
>+    { CODEC_ID_PNG,   MKTAG('M', 'N', 'G', ' ') },

LGTM.

-compn


More information about the ffmpeg-devel mailing list