summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-30 02:37:35 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-30 03:49:32 +0200
commitbcc213cf36f999343602da049de31c983194dbdb (patch)
tree2be53ce4aebc65b95d0e3f602f432acb23eaec95 /libavformat/isom.c
parent9ea5756dae0f0c5d967eb5643d6f88610e2ef9d9 (diff)
downloadffmpeg-bcc213cf36f999343602da049de31c983194dbdb.tar.gz
isom: remove duplicate line.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 77b72461b7..bb2237abc8 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') },