summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-09 22:12:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-09 22:12:37 +0100
commit6783b3eb761b119c606b6b79937fc9aefda775ce (patch)
treecabb58f365838f07074aa48a8290b706232aacc1 /libavformat/isom.c
parent2f41b186963d6ad8c653133ad2ab7d36960cfcbc (diff)
avformat/isom: remove duplicated 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 4bdbfbbc82..ba952b826e 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -167,7 +167,6 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '3') }, /* AVC-Intra 100M 1080p24/30/60 */
{ AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '5') }, /* AVC-Intra 100M 1080i50 */
{ AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '6') }, /* AVC-Intra 100M 1080i60 */
- { AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* XAVC 4:2:2 10bit */
{ AV_CODEC_ID_H264, MKTAG('A', 'V', 'i', 'n') }, /* AVC-Intra with implicit SPS/PPS */
{ AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* XAVC 4:2:2 10bit */