[FFmpeg-cvslog] Support fourcc M263.

Carl Eugen Hoyos git at videolan.org
Mon Apr 25 00:45:36 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Apr 25 00:27:03 2011 +0200| [a8117a62f41c53eafde94bd84415a3f552824dcd] | committer: Carl Eugen Hoyos

Support fourcc M263.

Fixes ticket #103.

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

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6b093b2..80a1b71 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -40,6 +40,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_H263,         MKTAG('L', '2', '6', '3') },
     { CODEC_ID_H263,         MKTAG('V', 'X', '1', 'K') },
     { CODEC_ID_H263,         MKTAG('Z', 'y', 'G', 'o') },
+    { CODEC_ID_H263,         MKTAG('M', '2', '6', '3') },
     { CODEC_ID_H263P,        MKTAG('H', '2', '6', '3') },
     { CODEC_ID_H263I,        MKTAG('I', '2', '6', '3') }, /* intel h263 */
     { CODEC_ID_H261,         MKTAG('H', '2', '6', '1') },



More information about the ffmpeg-cvslog mailing list