[FFmpeg-cvslog] isom: remove duplicate line.
Michael Niedermayer
git at videolan.org
Mon Apr 30 03:55:54 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Apr 30 02:37:35 2012 +0200| [bcc213cf36f999343602da049de31c983194dbdb] | committer: Michael Niedermayer
isom: remove duplicate line.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcc213cf36f999343602da049de31c983194dbdb
---
libavformat/isom.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 77b7246..bb2237a 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -252,7 +252,6 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
{ CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F (only valid in ISOBMFF) */
{ CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
{ CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
- { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F (only valid in ISOBMFF) */
{ CODEC_ID_GSM, MKTAG('a', 'g', 's', 'm') },
{ CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') },
{ CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') },
More information about the ffmpeg-cvslog
mailing list