comparison libao2/pl_surround.c @ 9633:12b1790038b0

64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
author alex
date Fri, 21 Mar 2003 16:42:50 +0000
parents 46d21c0f36aa
children 815f03b7cee5
comparison
equal deleted inserted replaced
9632:cf92beb331ab 9633:12b1790038b0
77 } pl_surround_t; 77 } pl_surround_t;
78 78
79 static pl_surround_t pl_surround={0,20,NULL,NULL,NULL,0,0,NULL,0,0,0}; 79 static pl_surround_t pl_surround={0,20,NULL,NULL,NULL,0,0,NULL,0,0,0};
80 80
81 // to set/get/query special features/parameters 81 // to set/get/query special features/parameters
82 static int control(int cmd,int arg){ 82 static int control(int cmd,void *arg){
83 switch(cmd){ 83 switch(cmd){
84 case AOCONTROL_PLUGIN_SET_LEN: 84 case AOCONTROL_PLUGIN_SET_LEN:
85 if (pl_surround.passthrough) return CONTROL_OK; 85 if (pl_surround.passthrough) return CONTROL_OK;
86 //fprintf(stderr, "pl_surround: AOCONTROL_PLUGIN_SET_LEN with arg=%d\n", arg); 86 //fprintf(stderr, "pl_surround: AOCONTROL_PLUGIN_SET_LEN with arg=%d\n", arg);
87 //fprintf(stderr, "pl_surround: ao_plugin_data.len=%d\n", ao_plugin_data.len); 87 //fprintf(stderr, "pl_surround: ao_plugin_data.len=%d\n", ao_plugin_data.len);