lavf: add return to silence compiler warning

The added statement is not reachable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Michael Niedermayer 12 years ago
parent be01d1a24d
commit bbb11f383e
  1. 1
      libavformat/utils.c

@ -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
}
/*******************************************************/

Loading…
Cancel
Save