comparison libao2/pl_eq.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents a2173bfdc133
children 46d21c0f36aa
comparison
equal deleted inserted replaced
8122:272b1fda7287 8123:9fc45fe0d444
116 } 116 }
117 117
118 // open & setup audio device 118 // open & setup audio device
119 // return: 1=success 0=fail 119 // return: 1=success 0=fail
120 static int init(){ 120 static int init(){
121 int c,k = 0; 121 int k = 0;
122 float F[KM] = CF; 122 float F[KM] = CF;
123 123
124 // Check input format 124 // Check input format
125 if(ao_plugin_data.format != AFMT_S16_LE){ 125 if(ao_plugin_data.format != AFMT_S16_LE){
126 fprintf(stderr,"[pl_eq] Input audio format not yet supported. \n"); 126 fprintf(stderr,"[pl_eq] Input audio format not yet supported. \n");