diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-02-25 21:38:25 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-06-03 09:24:55 +0200 |
commit | 2d66a58ccde05e764594bd7e5f0f9244634d0b2c (patch) | |
tree | 82f7d6649934d37fafc77f034e68d13ab89da068 /libavformat | |
parent | 31980b6abdd8ffb6953472a7a6b59f3aa5762c31 (diff) | |
download | ffmpeg-2d66a58ccde05e764594bd7e5f0f9244634d0b2c.tar.gz |
Go2Webinar decoder
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index eae1f644ca..a64e226527 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -312,6 +312,9 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_CLLC, MKTAG('C', 'L', 'L', 'C') }, { AV_CODEC_ID_MSS2, MKTAG('M', 'S', 'S', '2') }, { AV_CODEC_ID_SVQ3, MKTAG('S', 'V', 'Q', '3') }, + { AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '2') }, + { AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '3') }, + { AV_CODEC_ID_G2M, MKTAG('G', '2', 'M', '4') }, { AV_CODEC_ID_NONE, 0 } }; |