summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2014-02-14 23:00:49 +1100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-25 13:29:29 +0100
commit4a031ce3c634db2e627abe2172b82988b4afe87a (patch)
tree7b8498c0f069d95f88094fa7e08c07005a07021f /libavformat/riff.c
parent89f2f5dbd7a23e7ec1073d3c08d46093a01a4135 (diff)
avformat/riff: add On2 VP7 fourccs
Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2ad9c9f67b..fc23da61c5 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -258,6 +258,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_VP6A, MKTAG('V', 'P', '6', 'A') },
{ AV_CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') },
{ AV_CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') },
+ { AV_CODEC_ID_VP7, MKTAG('V', 'P', '7', '0') },
+ { AV_CODEC_ID_VP7, MKTAG('V', 'P', '7', '1') },
{ AV_CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') },
{ AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
{ AV_CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },