mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Remove return statements following infinite loops without break
These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@ -184,8 +184,6 @@ static int read_packet(AVFormatContext *s,
|
||||
avio_skip(pb, length);
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVInputFormat ff_mm_demuxer = {
|
||||
|
Reference in New Issue
Block a user