summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-13 08:49:03 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-13 08:49:03 +0100
commit2e0b5f5c90a4bc1440703ba5e8bf7139ff42f367 (patch)
tree637eac58331484aa794caef06a01f5c9ac5ee34a /libavformat/riff.c
parenta47c2a1d5f9f25b43f302bbf86dee3dc7b2e78e4 (diff)
lavf: Do not list mov-only codecs in riff.c.
Instead check for all mov code-points when demuxing avi and print a warning if a video codec is found like this. Fixes a regression similar to the one described in ticket #4307.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 399523c777..696b06bc1a 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -362,9 +362,6 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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_PRORES, MKTAG('A', 'P', 'C', 'N') },
- { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'H') },
- { AV_CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') },
{ AV_CODEC_ID_HQX, MKTAG('C', 'H', 'Q', 'X') },
{ AV_CODEC_ID_NONE, 0 }
};