Commit bbb11f38 authored by Michael Niedermayer's avatar Michael Niedermayer

lavf: add return to silence compiler warning

The added statement is not reachable
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent be01d1a2
......@@ -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
}
/*******************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment