Home
last modified time | relevance | path

Searched refs:ff_format_set_url (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhlsenc.c981 ff_format_set_url(vs->avf, new_url); in sls_flags_filename_process()
992 ff_format_set_url(vs->avf, filename); in sls_flags_filename_process()
1005 ff_format_set_url(vs->avf, filename); in sls_flags_filename_process()
1077 ff_format_set_url(oc, filename);
1091 ff_format_set_url(oc, filename);
1102 ff_format_set_url(oc, filename);
1294 ff_format_set_url(vs->avf, new_file);
1695 ff_format_set_url(oc, new_name);
1700 ff_format_set_url(vtt_oc, new_name);
1714 ff_format_set_url(oc, filename);
[all …]
Dsapenc.c169 ff_format_set_url(contexts[i], new_url); in sap_write_header()
Dwebm_chunk.c79 ff_format_set_url(oc, wc->header_filename); in webm_chunk_init()
Dinternal.h888 void ff_format_set_url(AVFormatContext *s, char *url);
Dsegment.c223 ff_format_set_url(oc, new_name); in set_segment_filename()
Drtsp.c1993 ff_format_set_url(s, new_url); in ff_rtsp_connect()
Dutils.c5898 void ff_format_set_url(AVFormatContext *s, char *url) function
/third_party/ffmpeg/doc/
DAPIchanges398 Add url field to AVFormatContext and add ff_format_set_url helper function.