Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
865
void ff_format_set_url(AVFormatContext *s, char *url)
866
{
867
av_assert0(url);
868
av_freep(&s->url);
869
s->url = url;
870
}
871
872
int ff_format_check_set_url(AVFormatContext *s, const char *url)
873
{
Callers
8
sls_flags_filename_process
Function · 0.85
sls_flag_use_localtime_filename
Function · 0.85
parse_playlist
Function · 0.85
hls_start
Function · 0.85
webm_chunk_init
Function · 0.85
set_segment_filename
Function · 0.85
create_rtp_muxer
Function · 0.85
sap_write_header
Function · 0.85
Calls
1
av_freep
Function · 0.85
Tested by
no test coverage detected