[FFmpeg-cvslog] mp3dec: mark as AVSTREAM_PARSE_FULL_RAW
Michael Niedermayer
git at videolan.org
Thu Jul 26 03:10:00 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jul 24 17:40:25 2012 +0200| [ea8c12c90fcc636dcac56389b351b6ca623e4b5c] | committer: Michael Niedermayer
mp3dec: mark as AVSTREAM_PARSE_FULL_RAW
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea8c12c90fcc636dcac56389b351b6ca623e4b5c
---
libavformat/mp3dec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 5300ab1..f6db77a 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
More information about the ffmpeg-cvslog
mailing list