diff atrac1.c @ 11374:1cd8731bbe7f libavcodec

Make some functions static These functions are not used outside their respective files, and they lack a prototype in a header.
author mru
date Sat, 06 Mar 2010 22:36:41 +0000
parents 4b3da727d832
children 8a4984c5cacc
line wrap: on
line diff
--- a/atrac1.c	Sat Mar 06 22:36:36 2010 +0000
+++ b/atrac1.c	Sat Mar 06 22:36:41 2010 +0000
@@ -252,7 +252,7 @@
 }
 
 
-void at1_subband_synthesis(AT1Ctx *q, AT1SUCtx* su, float *pOut)
+static void at1_subband_synthesis(AT1Ctx *q, AT1SUCtx* su, float *pOut)
 {
     float temp[256];
     float iqmf_temp[512 + 46];