[FFmpeg-cvslog] flacdec: 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:39:54 2012 +0200| [5ea4ee7bcbaf0a35886b21d73a1e4bd8036eec91] | committer: Michael Niedermayer

flacdec: 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=5ea4ee7bcbaf0a35886b21d73a1e4bd8036eec91
---

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

diff --git a/libavformat/flacdec.c b/libavformat/flacdec.c
index cd84cc6..08bf538 100644
--- a/libavformat/flacdec.c
+++ b/libavformat/flacdec.c
@@ -165,7 +165,7 @@ static int flac_read_header(AVFormatContext *s)
         return AVERROR(ENOMEM);
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
     st->codec->codec_id = CODEC_ID_FLAC;
-    st->need_parsing = AVSTREAM_PARSE_FULL;
+    st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
     /* the parameters will be extracted from the compressed bitstream */
 
     /* if fLaC marker is not found, assume there is no header */



More information about the ffmpeg-cvslog mailing list