From 78f08c06e6351e68363cad7158e6ab76246f1367 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 1 Oct 2011 23:09:48 +0200 Subject: ff_dot_product(): change return value to int64_t Idea-by: Vitor Signed-off-by: Michael Niedermayer --- libavcodec/celp_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/celp_math.h') diff --git a/libavcodec/celp_math.h b/libavcodec/celp_math.h index 4b08c62c0c..4803245478 100644 --- a/libavcodec/celp_math.h +++ b/libavcodec/celp_math.h @@ -71,7 +71,7 @@ static inline int bidir_sal(int value, int offset) * * @return dot product = sum of elementwise products */ -int ff_dot_product(const int16_t *a, const int16_t *b, int length); +int64_t ff_dot_product(const int16_t *a, const int16_t *b, int length); /** * returns the dot product. -- cgit v1.2.3