Searched refs:HLS_DISCONT_START (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 99 HLS_DISCONT_START = (1 << 3), enumerator 1595 if ((hls->flags & HLS_DISCONT_START) && sequence==hls->start_sequence && vs->discontinuity_set==0) { in hls_window() 3137 {"discont_start", "start the playlist with a discontinuity tag", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_DISCONT_START }, 0, UINT_MAX, E, "flags"},
|
Completed in 7 milliseconds