Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c132 AVFormatContext *vtt_avf; member
667 vtt_dirname_r = av_strdup(vs->vtt_avf->url); in hls_delete_old_segments()
680 if (ret = hls_delete_file(hls, vs->vtt_avf, path.str, proto)) in hls_delete_old_segments()
872 ret = avformat_alloc_output_context2(&vs->vtt_avf, vs->vtt_oformat, NULL, NULL); in hls_mux_init()
875 vtt_oc = vs->vtt_avf; in hls_mux_init()
1134 av_strlcpy(en->sub_filename, av_basename(vs->vtt_avf->url), sizeof(en->sub_filename)); in hls_append_segment()
1680 AVFormatContext *vtt_oc = vs->vtt_avf; in hls_start()
2323 else if (vs->vtt_avf) { in hls_write_header()
2324 inner_st = vs->vtt_avf->streams[0]; in hls_write_header()
2427 oc = vs->vtt_avf; in hls_write_packet()
[all...]

Completed in 5 milliseconds