summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/fixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/fixed.c')
-rw-r--r--apps/codecs/libmad/fixed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmad/fixed.c b/apps/codecs/libmad/fixed.c
index f2f0a3ce4a..e839232058 100644
--- a/apps/codecs/libmad/fixed.c
+++ b/apps/codecs/libmad/fixed.c
@@ -28,7 +28,7 @@
28# include "fixed.h" 28# include "fixed.h"
29 29
30/* 30/*
31 * NAME: fixed->abs() 31 * NAME: fixed->abs()
32 * DESCRIPTION: return absolute value of a fixed-point number 32 * DESCRIPTION: return absolute value of a fixed-point number
33 */ 33 */
34mad_fixed_t mad_f_abs(mad_fixed_t x) 34mad_fixed_t mad_f_abs(mad_fixed_t x)
@@ -37,7 +37,7 @@ mad_fixed_t mad_f_abs(mad_fixed_t x)
37} 37}
38 38
39/* 39/*
40 * NAME: fixed->div() 40 * NAME: fixed->div()
41 * DESCRIPTION: perform division using fixed-point math 41 * DESCRIPTION: perform division using fixed-point math
42 */ 42 */
43mad_fixed_t mad_f_div(mad_fixed_t x, mad_fixed_t y) 43mad_fixed_t mad_f_div(mad_fixed_t x, mad_fixed_t y)