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

Function ff_ac3_init_static

libavcodec/ac3dec_data.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134av_cold void ff_ac3_init_static(void)
135{
136 static AVOnce ac3_init_static_once = AV_ONCE_INIT;
137 ff_thread_once(&ac3_init_static_once, ac3_init_static);
138}
139
140/**
141 * Quantization table: levels for symmetric. bits for asymmetric.

Callers 2

ac3_float_tables_initFunction · 0.85
ac3_decode_initFunction · 0.85

Calls 1

ff_thread_onceFunction · 0.85

Tested by

no test coverage detected