comparison libao2/pl_volnorm.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
101 int format; // sample fomat 101 int format; // sample fomat
102 } pl_volnorm = {0, 0}; 102 } pl_volnorm = {0, 0};
103 103
104 104
105 // minimal interface 105 // minimal interface
106 static int control(int cmd,int arg){ 106 static int control(int cmd,void *arg){
107 switch(cmd){ 107 switch(cmd){
108 case AOCONTROL_PLUGIN_SET_LEN: 108 case AOCONTROL_PLUGIN_SET_LEN:
109 return CONTROL_OK; 109 return CONTROL_OK;
110 } 110 }
111 return CONTROL_UNKNOWN; 111 return CONTROL_UNKNOWN;