summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-09 13:57:53 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-11 11:49:43 +0200
commit7be8f7ac8143f4ae144c4951ddc5d42d466a9e23 (patch)
tree9f4abf5e3e54e421c4a141a07ff56a9f957fe3e7 /libavformat/riff.c
parent0f28355974847dff739b96b7e8072fde65e9df51 (diff)
avcodec/agm: add support for non-dct coding
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 3d77efa7d7..394481becd 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -481,6 +481,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '1') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '2') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '3') },
+ { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '4') },
+ { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '5') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '6') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '7') },
{ AV_CODEC_ID_NONE, 0 }