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

Function ff_log_net_error

libavformat/network.c:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void ff_log_net_error(void *ctx, int level, const char* prefix)
580{
581 av_log(ctx, level, "%s: %s\n", prefix, av_err2str(ff_neterrno()));
582}

Callers 9

customize_fdFunction · 0.85
udp_set_multicast_ttlFunction · 0.85
udp_join_multicast_groupFunction · 0.85
udp_socket_createFunction · 0.85
ff_udp_set_remote_urlFunction · 0.85
ff_udp_set_remote_addrFunction · 0.85
udp_openFunction · 0.85

Calls 2

av_logFunction · 0.85
ff_neterrnoFunction · 0.85

Tested by

no test coverage detected