Various small cleanups in spandsp

This commit is contained in:
Steve Underwood
2014-05-07 13:11:53 +08:00
parent 88ce7dae1c
commit 44252a5d69
14 changed files with 1121 additions and 67 deletions

View File

@@ -65,7 +65,7 @@
#include "spandsp/private/v27ter_tx.h"
#if defined(SPANDSP_USE_FIXED_POINT)
#define FP_SCALE FP_Q6_10
#define FP_SCALE(x) FP_Q6_10(x)
#else
#define FP_SCALE(x) (x)
#endif