]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/celp_math.h
avio: fix handling of , in urls
[ffmpeg] / libavcodec / celp_math.h
index 4b08c62c0c8278596a8d41580e70d47ae985d60c..ec62a9ea09abc9c50914fb2311347bc2ee26efbf 100644 (file)
@@ -71,10 +71,10 @@ 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.
+ * Return the dot product.
  * @param a input data array
  * @param b input data array
  * @param length number of elements