Browse code

flacdec: mark as AVSTREAM_PARSE_FULL_RAW

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

Michael Niedermayer authored on 2012/07/25 00:39:54
Showing 1 changed files
... ...
@@ -165,7 +165,7 @@ static int flac_read_header(AVFormatContext *s)
165 165
         return AVERROR(ENOMEM);
166 166
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
167 167
     st->codec->codec_id = CODEC_ID_FLAC;
168
-    st->need_parsing = AVSTREAM_PARSE_FULL;
168
+    st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
169 169
     /* the parameters will be extracted from the compressed bitstream */
170 170
 
171 171
     /* if fLaC marker is not found, assume there is no header */