Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r--libavcodec/ra288.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index bd64ba776d..189017c53b 100644
--- a/libavcodec/ra288.c
+++ b/libavcodec/ra288.c
@@ -135,7 +135,6 @@ static int eval_lpc_coeffs(const float *in, float *tgt, int n)
return 0;
}
-/* product sum (lsf) */
static void prodsum(float *tgt, const float *src, int len, int n)
{
for (; n >= 0; n--)