[FFmpeg-cvslog] ff_raw_audio_read_header: 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> | Thu Jul 26 02:11:06 2012 +0200| [fdc371114faf8535efbde67729bf5a3c56fbcf04] | committer: Michael Niedermayer
ff_raw_audio_read_header: 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=fdc371114faf8535efbde67729bf5a3c56fbcf04
---
libavformat/rawdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
index 4a06f80..1f28ffb 100644
--- a/libavformat/rawdec.c
+++ b/libavformat/rawdec.c
@@ -134,7 +134,7 @@ int ff_raw_audio_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
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;
st->start_time = 0;
/* the parameters will be extracted from the compressed bitstream */
More information about the ffmpeg-cvslog
mailing list