mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 13:12:05 +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:
parent
6e443b3534
commit
c4282b3cfe
@ -46,7 +46,7 @@ static int control(int cmd,void *arg){
|
||||
dsp=(char*)arg;
|
||||
return CONTROL_OK;
|
||||
case AOCONTROL_GET_DEVICE:
|
||||
(char*)arg=dsp;
|
||||
*(char**)arg=dsp;
|
||||
return CONTROL_OK;
|
||||
case AOCONTROL_QUERY_FORMAT:
|
||||
return CONTROL_TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user