HLS_SPLIT_BY_TIME 2324 libavformat/hlsenc.c                     ((pkt->flags & AV_PKT_FLAG_KEY) || (hls->flags & HLS_SPLIT_BY_TIME));
HLS_SPLIT_BY_TIME 2784 libavformat/hlsenc.c     if (hls->flags & HLS_SPLIT_BY_TIME && hls->flags & HLS_INDEPENDENT_SEGMENTS) {
HLS_SPLIT_BY_TIME 2974 libavformat/hlsenc.c     {"split_by_time", "split the hls segment by time which user set by hls_time", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_SPLIT_BY_TIME }, 0, UINT_MAX,   E, "flags"},