diff libfaad2/output.c @ 32259:3a4e51bbca62

Mark output_to_PCM_sux as static, it is not used outside of the file; fixes: libfaad2/output.c:465: warning: no previous prototype for 'output_to_PCM_sux'
author diego
date Wed, 22 Sep 2010 21:08:59 +0000
parents 0783dd397f74
children
line wrap: on
line diff
--- a/libfaad2/output.c	Wed Sep 22 12:14:38 2010 +0000
+++ b/libfaad2/output.c	Wed Sep 22 21:08:59 2010 +0000
@@ -462,9 +462,9 @@
     }
 }
 
-void* output_to_PCM_sux(NeAACDecHandle hDecoder,
-                    real_t **input, void *sample_buffer, uint8_t channels,
-                    uint16_t frame_len, uint8_t format)
+static void* output_to_PCM_sux(NeAACDecHandle hDecoder,
+                               real_t **input, void *sample_buffer, uint8_t channels,
+                               uint16_t frame_len, uint8_t format)
 {
     uint8_t ch;
     uint16_t i;