more static inlining (missed on the previous commit)
[fdkaac.git] / src / lpcm.c
index 191eaf9c42943c6b10d15aa215dcc9adad24cc3c..3fcb8a43ab87838983fbe732b8a4c382d66b3168 100644 (file)
@@ -164,6 +164,7 @@ inline int16_t pcm_u32be_to_s16(int32_t n)
 {
     return pcm_quantize_s32(m4af_btoh32(n) ^ 0x80000000);
 }
+static
 inline int16_t pcm_f32le_to_s16(int32_t n)
 {
     return pcm_quantize_f64(pcm_i2f(m4af_ltoh32(n)));
This page took 0.008911 seconds and 4 git commands to generate.