summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/pseudofloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/pseudofloat.h')
-rw-r--r--apps/codecs/libspeex/pseudofloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/pseudofloat.h b/apps/codecs/libspeex/pseudofloat.h
index a6c4762841..05542f1d7f 100644
--- a/apps/codecs/libspeex/pseudofloat.h
+++ b/apps/codecs/libspeex/pseudofloat.h
@@ -59,7 +59,6 @@ static const spx_float_t FLOAT_ZERO = {0,0};
59static const spx_float_t FLOAT_ONE = {16384,-14}; 59static const spx_float_t FLOAT_ONE = {16384,-14};
60static const spx_float_t FLOAT_HALF = {16384,-15}; 60static const spx_float_t FLOAT_HALF = {16384,-15};
61 61
62#define MIN(a,b) ((a)<(b)?(a):(b))
63static inline spx_float_t PSEUDOFLOAT(spx_int32_t x) 62static inline spx_float_t PSEUDOFLOAT(spx_int32_t x)
64{ 63{
65 int e=0; 64 int e=0;