Lines Matching refs:vtt_avf
132 AVFormatContext *vtt_avf;
667 vtt_dirname_r = av_strdup(vs->vtt_avf->url);
680 if (ret = hls_delete_file(hls, vs->vtt_avf, path.str, proto))
872 ret = avformat_alloc_output_context2(&vs->vtt_avf, vs->vtt_oformat, NULL, NULL);
875 vtt_oc = vs->vtt_avf;
1134 av_strlcpy(en->sub_filename, av_basename(vs->vtt_avf->url), sizeof(en->sub_filename));
1680 AVFormatContext *vtt_oc = vs->vtt_avf;
2323 else if (vs->vtt_avf) {
2324 inner_st = vs->vtt_avf->streams[0];
2427 oc = vs->vtt_avf;
2521 if (vs->vtt_avf) {
2522 hlsenc_io_close(s, &vs->vtt_avf->pb, vs->vtt_avf->url);
2696 avformat_free_context(vs->vtt_avf);
2732 vtt_oc = vs->vtt_avf;
2835 vs->size = avio_tell(vs->vtt_avf->pb) - vs->start_pos;