Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
579
void 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_fd
Function · 0.85
udp_set_multicast_ttl
Function · 0.85
udp_join_multicast_group
Function · 0.85
udp_leave_multicast_group
Function · 0.85
udp_set_multicast_sources
Function · 0.85
udp_socket_create
Function · 0.85
ff_udp_set_remote_url
Function · 0.85
ff_udp_set_remote_addr
Function · 0.85
udp_open
Function · 0.85
Calls
2
av_log
Function · 0.85
ff_neterrno
Function · 0.85
Tested by
no test coverage detected