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

Function ff_ip_parse_blocks

libavformat/ip.c:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150int ff_ip_parse_blocks(void *log_ctx, const char *buf, IPSourceFilters *filters)
151{
152 return ip_parse_sources_and_blocks(log_ctx, buf, filters, 0);
153}
154
155void ff_ip_reset_filters(IPSourceFilters *filters)
156{

Callers 2

rtp_openFunction · 0.85
udp_openFunction · 0.85

Calls 1

Tested by

no test coverage detected