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

Function av_log_set_level

libavutil/log.c:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void av_log_set_level(int level)
478{
479 atomic_store_explicit(&av_log_level, level, memory_order_relaxed);
480}
481
482void av_log_set_flags(int arg)
483{

Callers 15

LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 12

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
test_av_parse_colorFunction · 0.68
test_av_small_strptimeFunction · 0.68
test_av_parse_timeFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68