summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libwmapro/wmapro_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/wmapro_math.h b/apps/codecs/libwmapro/wmapro_math.h
index b605f275e8..f5cfa5f1d9 100644
--- a/apps/codecs/libwmapro/wmapro_math.h
+++ b/apps/codecs/libwmapro/wmapro_math.h
@@ -123,7 +123,7 @@
t2; \
})
- /* Calculates: result = (X*Y)>>32 */
+ /* Calculates: result = (X*Y)>>31 (loses one bit of precision) */
#define fixmul31(X,Y) \
({ \
int32_t t; \