diff options
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r-- | libavformat/wav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index 0699bec70f..a6db698aa5 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -179,7 +179,7 @@ static int wav_read_header(AVFormatContext *s, return AVERROR_NOMEM; get_wav_header(pb, st->codec, size); - st->need_parsing = 1; + st->need_parsing = AVSTREAM_PARSE_FULL; av_set_pts_info(st, 64, 1, st->codec->sample_rate); |