comparison libao2/pl_surround.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 2eec40929570
children 46d21c0f36aa
comparison
equal deleted inserted replaced
8122:272b1fda7287 8123:9fc45fe0d444
171 // LL RL LR RR LS RS LLs RLs LRs RRs LC RC 171 // LL RL LR RR LS RS LLs RLs LRs RRs LC RC
172 {.707, .0, .0, .707, .5, -.5, .5878, -.3928, .3928, -.5878, .5, .5}, 172 {.707, .0, .0, .707, .5, -.5, .5878, -.3928, .3928, -.5878, .5, .5},
173 }; 173 };
174 174
175 // Experimental moving average dominances 175 // Experimental moving average dominances
176 static int amp_L = 0, amp_R = 0, amp_C = 0, amp_S = 0; 176 //static int amp_L = 0, amp_R = 0, amp_C = 0, amp_S = 0;
177 177
178 // processes 'ao_plugin_data.len' bytes of 'data' 178 // processes 'ao_plugin_data.len' bytes of 'data'
179 // called for every block of data 179 // called for every block of data
180 static int play(){ 180 static int play(){
181 int16_t *in, *out; 181 int16_t *in, *out;