more static inlining (missed on the previous commit) v0.0.7
authornu774 <honeycomb77@gmail.com>
Mon, 7 Jan 2013 04:24:09 +0000 (13:24 +0900)
committernu774 <honeycomb77@gmail.com>
Mon, 7 Jan 2013 04:24:09 +0000 (13:24 +0900)
src/lpcm.c
version.h

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)));
index edd1057ca0a1775facc2beadd540e5a14b23955b..d8502188b825c067373e400721e8629e1b55c64a 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 #ifndef VERSION_H
 #define VERSION_H
-const char *fdkaac_version = "0.0.6";
+const char *fdkaac_version = "0.0.7";
 #endif
This page took 0.011584 seconds and 4 git commands to generate.