Searched refs:AVFMT_FLAG_FAST_SEEK (Results 1 – 6 of 6) sorted by relevance
159 if ((s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_read_header()316 if (!flac->found_seektable || !(s->flags&AVFMT_FLAG_FAST_SEEK)) { in flac_seek()
136 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in read_xing_toc()551 int fast_seek = s->flags & AVFMT_FLAG_FAST_SEEK; in mp3_seek()
54 {"fastseek", "fast but inaccurate seeks", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_FAST_SEEK }, INT…
1393 #define AVFMT_FLAG_FAST_SEEK 0x80000 ///< Enable fast, but inaccurate seeks for some formats macro
82 ic->flags |= AVFMT_FLAG_FAST_SEEK; in main()
1046 Add AVFMT_FLAG_FAST_SEEK flag. Some formats (initially mp3) use it to enable