[FFmpeg-cvslog] avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.

Aleksandr Slobodeniuk git at videolan.org
Wed Aug 2 22:53:04 EEST 2017


ffmpeg | branch: master | Aleksandr Slobodeniuk <alenuke at yandex.ru> | Tue Aug  1 14:48:39 2017 +0300| [50aeb6e4edf635147a6651859ec63d15a67f6b87] | committer: Michael Niedermayer

avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50aeb6e4edf635147a6651859ec63d15a67f6b87
---

 libavformat/riff.c | 1 -
 1 file changed, 1 deletion(-)

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') },



More information about the ffmpeg-cvslog mailing list