[FFmpeg-cvslog] riff: Add 'M705' FourCC for mpeg2video
Vittorio Giovara
git at videolan.org
Thu Apr 9 20:40:02 CEST 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Apr 7 12:30:16 2015 +0200| [783df7d5c5ab15f3d1afe2541c7d461c81c5c29d] | committer: Vittorio Giovara
riff: Add 'M705' FourCC for mpeg2video
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=783df7d5c5ab15f3d1afe2541c7d461c81c5c29d
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 2a46975..055a7fc 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -162,6 +162,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('E', 'M', '2', 'V') },
/* Matrox MPEG-2 intra-only */
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '1') },
+ { AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '5') },
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', 'v') },
{ AV_CODEC_ID_MPEG1VIDEO, MKTAG('B', 'W', '1', '0') },
{ AV_CODEC_ID_MPEG1VIDEO, MKTAG('X', 'M', 'P', 'G') }, /* Xing MPEG intra only */
More information about the ffmpeg-cvslog
mailing list