1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 00:17:07 +00:00

ok this one is beyond stupid. the code didn't even do what was intended

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12384 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-01 19:43:59 +00:00
parent 6e443b3534
commit c4282b3cfe

View File

@ -46,7 +46,7 @@ static int control(int cmd,void *arg){
dsp=(char*)arg; dsp=(char*)arg;
return CONTROL_OK; return CONTROL_OK;
case AOCONTROL_GET_DEVICE: case AOCONTROL_GET_DEVICE:
(char*)arg=dsp; *(char**)arg=dsp;
return CONTROL_OK; return CONTROL_OK;
case AOCONTROL_QUERY_FORMAT: case AOCONTROL_QUERY_FORMAT:
return CONTROL_TRUE; return CONTROL_TRUE;