You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
@@ -507,7 +507,7 @@ static int wav_read_header(AVFormatContext *s,
|
|||||||
goto break_loop;
|
goto break_loop;
|
||||||
case MKTAG('L', 'I', 'S', 'T'):
|
case MKTAG('L', 'I', 'S', 'T'):
|
||||||
list_type = avio_rl32(pb);
|
list_type = avio_rl32(pb);
|
||||||
if (size <= 4) {
|
if (size < 4) {
|
||||||
av_log(s, AV_LOG_ERROR, "too short LIST");
|
av_log(s, AV_LOG_ERROR, "too short LIST");
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user