comparison celp_math.h @ 8250:cf4d575b1982 libavcodec

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 1c07635d7334
children c8743c33eeef
comparison
equal deleted inserted replaced
8249:5057047bcc52 8250:cf4d575b1982
89 * @param b input data array 89 * @param b input data array
90 * @param length number of elements 90 * @param length number of elements
91 * 91 *
92 * @return dot product = sum of elementwise products 92 * @return dot product = sum of elementwise products
93 */ 93 */
94 extern float ff_dot_productf(const float* a, const float* b, int length); 94 float ff_dot_productf(const float* a, const float* b, int length);
95 95
96 #endif /* AVCODEC_CELP_MATH_H */ 96 #endif /* AVCODEC_CELP_MATH_H */