Home
last modified time | relevance | path

Searched refs:seek_by_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c324 static int seek_by_bytes = -1; variable
1473 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) in stream_seek() argument
1479 if (seek_by_bytes) in stream_seek()
2838 if (seek_by_bytes < 0) in read_thread()
2839seek_by_bytes = !!(ic->iformat->flags & AVFMT_TS_DISCONT) && strcmp("ogg", ic->iformat->name); in read_thread()
3371 if (seek_by_bytes) { in event_loop()
3429 if (seek_by_bytes || cur_stream->ic->duration <= 0) { in event_loop()
3598 { "bytes", OPT_INT | HAS_ARG, { &seek_by_bytes }, "seek by bytes 0=off 1=on -1=auto", "val" },