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

Function ff_ip_parse_sources

libavformat/ip.c:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int ff_ip_parse_sources(void *log_ctx, const char *buf, IPSourceFilters *filters)
146{
147 return ip_parse_sources_and_blocks(log_ctx, buf, filters, 1);
148}
149
150int ff_ip_parse_blocks(void *log_ctx, const char *buf, IPSourceFilters *filters)
151{

Callers 2

rtp_openFunction · 0.85
udp_openFunction · 0.85

Calls 1

Tested by

no test coverage detected