MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / init_ffmpeg_once

Function init_ffmpeg_once

src/common/audio/audio_reader.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27static std::once_flag g_ffmpeg_init_flag;
28
29static void init_ffmpeg_once() {
30 std::call_once(g_ffmpeg_init_flag, []() {
31 av_log_set_level(AV_LOG_ERROR);
32 });
33}
34
35// Custom AVIO context for reading from memory
36struct MemoryIOContext {

Callers 3

AudioReaderMethod · 0.85
load_audioMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected