Home
last modified time | relevance | path

Searched refs:usetoc (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmp3dec.c51 int usetoc; member
136 int fill_index = (mp3->usetoc || fast_seek) && duration > 0; in read_xing_toc()
567 if (mp3->xing_toc && (mp3->usetoc || (fast_seek && !mp3->is_cbr))) { in mp3_seek()
604 { "usetoc", "use table of contents", offsetof(MP3DecContext, usetoc), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, AV_OPT_FLAG_DECODING_PARAM},

Completed in 1 milliseconds