summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 02:59:35 +0100
committerJanne Grunau <janne-ffmpeg@jannau.net>2011-01-25 22:11:54 +0100
commit1a8867486215abe3b705f7d189723d528cea2b70 (patch)
treef8db84f5297c7c47b85d392e3d74086ec69d00f3 /libavcodec/ra144.h
parent57c4d01ec9286b3b9f9a0101654f7bc8a00edb63 (diff)
Make ff_add_wav static to ra144.c
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 11c66a46e0..722b42e68a 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -56,8 +56,6 @@ typedef struct {
uint16_t adapt_cb[146+2];
} RA144Context;
-void ff_add_wav(int16_t *dest, int n, int skip_first, int *m, const int16_t *s1,
- const int8_t *s2, const int8_t *s3);
void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset);
int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
void ff_eval_coefs(int *coefs, const int *refl);