Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
void av_log_set_flags(int arg)
483
{
484
atomic_store_explicit(&av_log_flags, arg, memory_order_relaxed);
485
}
486
487
int av_log_get_flags(void)
488
{
Callers
4
main
Function · 0.85
main
Function · 0.85
opt_loglevel
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected