You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
* commit 'd80811c94e068085aab797f9ba35790529126f85': riff: Use the correct logging context Conflicts: libavformat/asfdec_o.c libavformat/avidec.c libavformat/dxa.c libavformat/matroskadec.c libavformat/mov.c libavformat/riff.h libavformat/riffdec.c libavformat/wavdec.c libavformat/wtvdec.c libavformat/xwma.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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, 0);
|
||||
int ret = ff_get_wav_header(s, pb, st->codec, size, 0);
|
||||
if (ret < 0)
|
||||
return NULL;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user