MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_format_set_url

Function ff_format_set_url

libavformat/avformat.c:865–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863}
864
865void ff_format_set_url(AVFormatContext *s, char *url)
866{
867 av_assert0(url);
868 av_freep(&s->url);
869 s->url = url;
870}
871
872int ff_format_check_set_url(AVFormatContext *s, const char *url)
873{

Callers 8

parse_playlistFunction · 0.85
hls_startFunction · 0.85
webm_chunk_initFunction · 0.85
set_segment_filenameFunction · 0.85
create_rtp_muxerFunction · 0.85
sap_write_headerFunction · 0.85

Calls 1

av_freepFunction · 0.85

Tested by

no test coverage detected