Commit ec780a61 authored by michael's avatar michael

fix "incorrect frame size" errors with small.nuv


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9133 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa3f636c
......@@ -95,6 +95,7 @@ static int get_codec_data(ByteIOContext *pb, AVStream *vst,
ast->codec->codec_id =
wav_codec_get_id(ast->codec->codec_tag,
ast->codec->bits_per_sample);
ast->need_parsing = AVSTREAM_PARSE_FULL;
} else
url_fskip(pb, 4 * 4);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment