mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
wav: fix skip size at end of ds64 chunk
This commit is contained in:
parent
99eb31e263
commit
e472f0ea5a
@ -334,7 +334,7 @@ static int wav_read_header(AVFormatContext *s,
|
||||
data_size, sample_count);
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
avio_skip(pb, size - 16); /* skip rest of ds64 chunk */
|
||||
avio_skip(pb, size - 24); /* skip rest of ds64 chunk */
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
|
Loading…
Reference in New Issue
Block a user