MCPcopy 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
89static void init_count_warnings(void)
90{
91 av_log_set_callback(count_warnings);
92 num_warnings = 0;
93}
94
95static void reset_count_warnings(void)
96{

Callers 1

mainFunction · 0.85

Calls 1

av_log_set_callbackFunction · 0.85

Tested by

no test coverage detected