Searched refs:seek_by_bytes (Results 1 – 1 of 1) sorted by relevance
324 static int seek_by_bytes = -1; variable1473 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) in stream_seek() argument1479 if (seek_by_bytes) in stream_seek()2838 if (seek_by_bytes < 0) in read_thread()2839 … seek_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" },