ffmpeg | branch: master | Vittorio Giovara <[email protected]> | Fri Jun 12 19:12:05 2015 +0100| [07b2db81d06e1cd6b1718d3e2dd7a42e8bccf8c0] | committer: Vittorio Giovara
riff: Add MNM4 FourCC as mpeg4 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07b2db81d06e1cd6b1718d3e2dd7a42e8bccf8c0 --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 6e77453..e1f76b2 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -110,6 +110,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_MPEG4, MKTAG('P', 'L', 'V', '1') }, /* Pelco DVR MPEG-4 */ { AV_CODEC_ID_MPEG4, MKTAG('G', 'L', 'V', '4') }, { AV_CODEC_ID_MPEG4, MKTAG('G', 'M', 'P', '4') }, /* GeoVision camera */ + { AV_CODEC_ID_MPEG4, MKTAG('M', 'N', 'M', '4') }, /* March Networks DVR */ { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
