]> git.sesse.net Git - vlc/commitdiff
Oops, lucky to catch this one (deleted function name s24_to_s16_pcm accidently)
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 21 Jan 2002 22:34:26 +0000 (22:34 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 21 Jan 2002 22:34:26 +0000 (22:34 +0000)
plugins/mad/mad_libmad.c

index 5e0301a6b204467903750d8e7f249f43719493fa..26c55c0d5a3bd23f0acbf48ca2a95eec6dff7de1 100644 (file)
@@ -266,7 +266,7 @@ static __inline__ signed int audio_linear_dither(unsigned int bits, mad_fixed_t
 /*****************************************************************************
  * s24_to_s16_pcm: Scale a 24 bit pcm sample to a 16 bit pcm sample.
  *****************************************************************************/
-static __inline__ mad_fixed_t (mad_fixed_t sample)
+static __inline__ mad_fixed_t s24_to_s16_pcm(mad_fixed_t sample)
 {
   /* round */
   sample += (1L << (MAD_F_FRACBITS - 16));