diff options
author | Aleksandr Slobodeniuk <alenuke@yandex.ru> | 2017-08-01 14:48:39 +0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-08-02 15:26:35 +0200 |
commit | 50aeb6e4edf635147a6651859ec63d15a67f6b87 (patch) | |
tree | 1b9618266edb2cb05338860e3d465d5d3d3b426b /libavformat | |
parent | 0aa8fa963f7965359d0eacc19b7e8db1f2288ce1 (diff) | |
download | ffmpeg-50aeb6e4edf635147a6651859ec63d15a67f6b87.tar.gz |
avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 029e7efbd3..3f0b390774 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -153,7 +153,6 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_DVVIDEO, MKTAG('S', 'L', 'D', 'V') }, { AV_CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', '1') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, - { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') }, { AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'E', 'G') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') }, |