summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-02-24 20:42:25 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-24 21:24:38 +0100
commit5870f2a1dc46d439669087951656c8dfec2cecbe (patch)
tree6325eae9e43b915918ddb9fd3a5279e258761c1b /libavformat/mov.c
parentfc404460bd92eeb614ddbe0bbc08f9f5613c9fe8 (diff)
Revert "Merge commit '3ef98937f512184f80d3bd30015f5ec83dc11eb0'"
This broke packed_maindata.mp3.mp4 Its unknown to me what this commit would have fixed Reviewed-by: James Almer <jamrial@gmail.com> This reverts commit 79127dbbeffa87243c92af2befc09ad63bcbd1a1, reversing changes made to 9fad1ce7c95adeec440f51af77f730340a6d27b8.
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index e26cc10af5..b1a2ea7719 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -3100,9 +3100,6 @@ static int mov_read_trak(MOVContext *c, AVIOContext *pb, MOVAtom atom)
st->codec->width = 0; /* let decoder init width/height */
st->codec->height= 0;
break;
- case AV_CODEC_ID_MP3:
- st->need_parsing = AVSTREAM_PARSE_FULL;
- break;
}
// If the duration of the mp3 packets is not constant, then they could need a parser