[FFmpeg-devel] [PATCH 8/9] Make ff_add_wav static to ra144.c

Janne Grunau janne-ffmpeg
Tue Jan 25 21:41:38 CET 2011


On Mon, Jan 24, 2011 at 09:40:09PM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, Jan 24, 2011 at 8:59 PM, Diego Elio Petten? <flameeyes at gmail.com> wrote:
> > ---
> > ?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];
> 
> Feel free to drop the ff_ prefix also.

queued

Janne



More information about the ffmpeg-devel mailing list