Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c1540 char temp_vtt_filename[MAX_URL_SIZE]; in hls_window() local
1635 snprintf(temp_vtt_filename, sizeof(temp_vtt_filename), use_temp_file ? "%s.tmp" : "%s", vs->vtt_m3u8_name); in hls_window()
1636 if ((ret = hlsenc_io_open(s, &hls->sub_m3u8_out, temp_vtt_filename, &options)) < 0) { in hls_window()
1667 ff_rename(temp_vtt_filename, vs->vtt_m3u8_name, s); in hls_window()

Completed in 5 milliseconds