summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-27 13:52:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-27 13:52:55 +0100
commit622d24e4ebde51dd1ef76c184d54cbceb42e9d22 (patch)
treeb96027712fcf9b8895fafcacba5dc96b73976be8 /libavformat
parent649686d89bfa4d1d82661e2f05ae215b81c9d56e (diff)
avformat/mov: simplify code setting needs_parsing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index b03d017881..c14e3c15e5 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1572,11 +1572,7 @@ static int mov_finalize_stsd_codec(MOVContext *c, AVIOContext *pb,
}
break;
case AV_CODEC_ID_AC3:
- st->need_parsing = AVSTREAM_PARSE_FULL;
- break;
case AV_CODEC_ID_MPEG1VIDEO:
- st->need_parsing = AVSTREAM_PARSE_FULL;
- break;
case AV_CODEC_ID_VC1:
st->need_parsing = AVSTREAM_PARSE_FULL;
break;