Searched refs:HLS_TEMP_FILE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 107 HLS_TEMP_FILE = (1 << 11), enumerator 1383 int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || hls->master_publish_rate); in create_master_playlist() 1544 int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || !(hls->pl_type == PLAYLIST_TYPE_VOD)); in hls_window() 1575 if (!is_file_proto && (hls->flags & HLS_TEMP_FILE) && !warned_non_file++) in hls_window() 1760 use_temp_file = proto && !strcmp(proto, "file") && (c->flags & HLS_TEMP_FILE); in hls_start() 2539 && (hls->flags & HLS_TEMP_FILE); in hls_write_packet() 2813 use_temp_file = proto && !strcmp(proto, "file") && (hls->flags & HLS_TEMP_FILE); in hls_write_trailer() 3134 {"temp_file", "write segment and playlist to temporary file and rename when complete", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_TEMP_FILE }, 0, UINT_MAX, E, "flags"},
|
Completed in 5 milliseconds