comparison libao2/pl_delay.c @ 7472:c4434bdf6e51

tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author arpi
date Sun, 22 Sep 2002 02:33:28 +0000
parents 2eec40929570
children 12b1790038b0
comparison
equal deleted inserted replaced
7471:5e56ce70b551 7472:c4434bdf6e51
53 } 53 }
54 54
55 // open & setup audio device 55 // open & setup audio device
56 // return: 1=success 0=fail 56 // return: 1=success 0=fail
57 static int init(){ 57 static int init(){
58 int i=0;
59 float time_delay; // The time in [s] this plugin delays the output data 58 float time_delay; // The time in [s] this plugin delays the output data
60 59
61 /* If the output format of any of the below parameters differs from 60 /* If the output format of any of the below parameters differs from
62 what is give it should be changed. See ao_plugin init() */ 61 what is give it should be changed. See ao_plugin init() */
63 pl_delay.rate=ao_plugin_data.rate; 62 pl_delay.rate=ao_plugin_data.rate;