summaryrefslogtreecommitdiff
path: root/libavcodec/celp_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/celp_math.c')
-rw-r--r--libavcodec/celp_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/celp_math.c b/libavcodec/celp_math.c
index 56dc86379e..a96b1aed9e 100644
--- a/libavcodec/celp_math.c
+++ b/libavcodec/celp_math.c
@@ -75,7 +75,7 @@ static const uint16_t tab_log2[33] =
#endif
};
-int ff_log2(uint32_t value)
+int ff_log2_q15(uint32_t value)
{
uint8_t power_int;
uint8_t frac_x0;