[FFmpeg-cvslog] AVCodecTag: Add MKTAG for Go2Meeting video codec

Thierry Foucu git at videolan.org
Tue Aug 9 22:08:16 CEST 2011


ffmpeg | branch: master | Thierry Foucu <tfoucu at gmail.com> | Tue Aug  9 11:32:25 2011 -0700| [63377695a66097b4ebc31afde4ba845854e1e8ca] | committer: Michael Niedermayer

AVCodecTag: Add MKTAG for Go2Meeting video codec

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 636d05c..2212a7f 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -273,6 +273,9 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_DPX,          MKTAG('d', 'p', 'x', ' ') },
     { CODEC_ID_KGV1,         MKTAG('K', 'G', 'V', '1') },
     { CODEC_ID_LAGARITH,     MKTAG('L', 'A', 'G', 'S') },
+    { CODEC_ID_G2M,          MKTAG('G', '2', 'M', '2') },
+    { CODEC_ID_G2M,          MKTAG('G', '2', 'M', '3') },
+    { CODEC_ID_G2M,          MKTAG('G', '2', 'M', '4') },
     { CODEC_ID_NONE,         0 }
 };
 



More information about the ffmpeg-cvslog mailing list