[FFmpeg-cvslog] Make ff_add_wav static to ra144.c

Diego Elio Pettenò git
Wed Jan 26 04:01:20 CET 2011


ffmpeg | branch: master | Diego Elio Petten? <flameeyes at gmail.com> | Tue Jan 25 02:59:35 2011 +0100| [be61983d52c29e919acd25d1788fef9a91784a8b] | committer: Michael Niedermayer

Make ff_add_wav static to ra144.c

Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
(cherry picked from commit 1a8867486215abe3b705f7d189723d528cea2b70)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be61983d52c29e919acd25d1788fef9a91784a8b
---

 libavcodec/ra144.c |    4 ++--
 libavcodec/ra144.h |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 35b7921..9baa068 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -1503,8 +1503,8 @@ const int16_t * const ff_lpc_refl_cb[10]={
     lpc_refl_cb6, lpc_refl_cb7, lpc_refl_cb8, lpc_refl_cb9, lpc_refl_cb10
 };
 
-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)
+static 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)
 {
     int i;
     int v[3];
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 11c66a4..722b42e 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);




More information about the ffmpeg-cvslog mailing list