mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fix "incorrect frame size" errors with small.nuv
Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
367b16cbe4
commit
8a59d9a385
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user