summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-17 08:09:32 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-17 08:09:32 +0200
commit6dfea3a36130cde028564bbbeb1a6c127dde2397 (patch)
tree9a00a8c1f2d86f9d5f97e5a53e7a77723ce7fc67 /libavformat
parentbdf28d14f204bd0a48b9c19f9de9d79f4b34a7f2 (diff)
Remove internal MPlayer FourCC viv1.
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 2784aaa651..4f21d2c664 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -49,7 +49,6 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
{ CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
{ CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
- { CODEC_ID_H263P, MKTAG('v', 'i', 'v', '1') },
{ CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') },
{ CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
{ CODEC_ID_MPEG4, MKTAG('D', 'X', '5', '0') },