Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhls.c131 int m3u8_hold_counters; member
214 int m3u8_hold_counters; member
1523 v->m3u8_hold_counters = 0; in read_data()
1525 v->m3u8_hold_counters++; in read_data()
1526 if (v->m3u8_hold_counters >= c->m3u8_hold_counters) { in read_data()
1954 pls->m3u8_hold_counters = 0; in hls_read_header()
2542 {"m3u8_hold_counters", "The maximum number of times to load m3u8 when it refreshes without new segments",
2543 OFFSET(m3u8_hold_counters), AV_OPT_TYPE_INT, {.i64 = 1000}, 0, INT_MAX, FLAGS},

Completed in 4 milliseconds