diff options
author | Eric Zimmerman | 2015-04-17 13:39:01 +0100 |
---|---|---|
committer | Vittorio Giovara | 2015-04-19 23:45:35 +0100 |
commit | eb31256f12bf0c85aded1612551ce9230356879e (patch) | |
tree | 5dc290049375eb76b4082fa24c42778f8643208e /libavformat/riff.c | |
parent | 88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08 (diff) |
g2meet: Support G2M5 codec variant
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index c43bff57c7..8c05e90a66 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -349,6 +349,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { 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_G2M, MKTAG('G', '2', 'M', '5') }, { AV_CODEC_ID_FIC, MKTAG('F', 'I', 'C', 'V') }, { AV_CODEC_ID_HQX, MKTAG('C', 'H', 'Q', 'X') }, { AV_CODEC_ID_TDSC, MKTAG('T', 'D', 'S', 'C') }, |