Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ init_count_warnings
Function
init_count_warnings
libavformat/tests/movenc.c:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
static void init_count_warnings(void)
90
{
91
av_log_set_callback(count_warnings);
92
num_warnings = 0;
93
}
94
95
static void reset_count_warnings(void)
96
{
Callers
1
main
Function · 0.85
Calls
1
av_log_set_callback
Function · 0.85
Tested by
no test coverage detected