You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
wavdec: RIFX file format support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
e8714f6f93
commit
00d7555f34
@@ -670,7 +670,7 @@ static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid,
|
||||
if (!st)
|
||||
return NULL;
|
||||
if (!ff_guidcmp(formattype, ff_format_waveformatex)) {
|
||||
int ret = ff_get_wav_header(pb, st->codec, size);
|
||||
int ret = ff_get_wav_header(pb, st->codec, size, 0);
|
||||
if (ret < 0)
|
||||
return NULL;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user