avformat_seek_file 4159 fftools/ffmpeg.c     ret = avformat_seek_file(is, -1, INT64_MIN, is->start_time, is->start_time, 0);
avformat_seek_file 1240 fftools/ffmpeg_opt.c         ret = avformat_seek_file(ic, -1, INT64_MIN, seek_timestamp, seek_timestamp, 0);
avformat_seek_file 2850 fftools/ffplay.c         ret = avformat_seek_file(ic, -1, INT64_MIN, timestamp, INT64_MAX, 0);
avformat_seek_file 2958 fftools/ffplay.c             ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags);
avformat_seek_file 2393 fftools/ffprobe.c         if ((ret = avformat_seek_file(fmt_ctx, -1, -INT64_MAX, target, INT64_MAX, 0)) < 0) {
avformat_seek_file 2456 libavformat/avformat.h int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
avformat_seek_file 1778 libavformat/avidec.c     if (avformat_seek_file(ast2->sub_ctx, 0, INT64_MIN, ts2, ts2, 0) >= 0 ||
avformat_seek_file 1779 libavformat/avidec.c         avformat_seek_file(ast2->sub_ctx, 0, ts2, ts2, INT64_MAX, 0) >= 0)
avformat_seek_file  370 libavformat/concatdec.c        if ((ret = avformat_seek_file(cat->avf, -1, INT64_MIN, file->inpoint, file->inpoint, 0)) < 0)
avformat_seek_file  677 libavformat/concatdec.c     return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags);
avformat_seek_file  116 libavformat/tests/seek.c         if(firstback)   avformat_seek_file(ic, -1, INT64_MIN, seekfirst, seekfirst, 0);
avformat_seek_file  117 libavformat/tests/seek.c         else            avformat_seek_file(ic, -1, seekfirst, seekfirst, INT64_MAX, 0);
avformat_seek_file  149 libavformat/tests/seek.c         if(i&1) ret = avformat_seek_file(ic, stream_id, INT64_MIN, timestamp, timestamp, 0);
avformat_seek_file  150 libavformat/tests/seek.c         else    ret = avformat_seek_file(ic, stream_id, timestamp, timestamp, INT64_MAX, 0);
avformat_seek_file 2531 libavformat/utils.c         return avformat_seek_file(s, stream_index, min_ts, timestamp, max_ts,
avformat_seek_file   93 tools/seek_print.c             ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags);