mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
wavdec: RIFX file format support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e8714f6f93
commit
00d7555f34
14 changed files with 54 additions and 28 deletions
|
|
@ -794,7 +794,7 @@ static int avi_read_header(AVFormatContext *s)
|
|||
// avio_skip(pb, size - 5 * 4);
|
||||
break;
|
||||
case AVMEDIA_TYPE_AUDIO:
|
||||
ret = ff_get_wav_header(pb, st->codec, size);
|
||||
ret = ff_get_wav_header(pb, st->codec, size, 0);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
ast->dshow_block_align = st->codec->block_align;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue