summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-24 17:40:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-26 02:03:56 +0200
commitea8c12c90fcc636dcac56389b351b6ca623e4b5c (patch)
tree19849420bdac384c03951a7912142e25a4e6dbe4 /libavformat/mp3dec.c
parentc5f23df2ddbf5239155ef6de127585788b2497ea (diff)
mp3dec: mark as AVSTREAM_PARSE_FULL_RAW
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mp3dec.c')
-rw-r--r--libavformat/mp3dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 5300ab161e..f6db77a8d2 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -167,7 +167,7 @@ static int mp3_read_header(AVFormatContext *s)
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = CODEC_ID_MP3;
- st->need_parsing = AVSTREAM_PARSE_FULL;
+ st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
st->start_time = 0;
// lcm of all mp3 sample rates