You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf: add return to silence compiler warning
The added statement is not reachable Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -2123,6 +2123,7 @@ int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int
|
||||
}
|
||||
|
||||
// try some generic seek like seek_frame_generic() but with new ts semantics
|
||||
return -1; //unreachable
|
||||
}
|
||||
|
||||
/*******************************************************/
|
||||
|
Reference in New Issue
Block a user