[FFmpeg-devel] [PATCH 2/2] AVCodecTag: Add MKTAG for Go2Meeting video codec

Thierry Foucu tfoucu at gmail.com
Tue Aug 9 20:32:25 CEST 2011


---
 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 }
 };
 
-- 
1.7.3.1



More information about the ffmpeg-devel mailing list