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

Function av_log_set_flags

libavutil/log.c:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void av_log_set_flags(int arg)
483{
484 atomic_store_explicit(&av_log_flags, arg, memory_order_relaxed);
485}
486
487int av_log_get_flags(void)
488{

Callers 4

mainFunction · 0.85
mainFunction · 0.85
opt_loglevelFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected