[FFmpeg-cvslog] loasdec: switch to AVSTREAM_PARSE_FULL_RAW

Michael Niedermayer git at videolan.org
Thu Jul 26 03:34:08 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 26 03:30:20 2012 +0200| [9c83f3e65960e87da63809b7c0ab44c84dcf5f28] | committer: Michael Niedermayer

loasdec: switch to AVSTREAM_PARSE_FULL_RAW

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c83f3e65960e87da63809b7c0ab44c84dcf5f28
---

 libavformat/loasdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/loasdec.c b/libavformat/loasdec.c
index 4b4e04f..e8711ce 100644
--- a/libavformat/loasdec.c
+++ b/libavformat/loasdec.c
@@ -69,7 +69,7 @@ static int loas_read_header(AVFormatContext *s)
 
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
     st->codec->codec_id = s->iformat->raw_codec_id;
-    st->need_parsing = AVSTREAM_PARSE_FULL;
+    st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
 
     //LCM of all possible AAC sample rates
     avpriv_set_pts_info(st, 64, 1, 28224000);



More information about the ffmpeg-cvslog mailing list