mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 23:38:10 +00:00
very old 10l, discussed a long time ago but never fixed (default should be same vol, not -10 dB)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14069 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4cb332792e
commit
81a6897343
@ -75,7 +75,7 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
|
||||
}
|
||||
return af_test_output(af,(af_data_t*)arg);
|
||||
case AF_CONTROL_COMMAND_LINE:{
|
||||
float v=-10.0;
|
||||
float v=0.0;
|
||||
float vol[AF_NCH];
|
||||
int i;
|
||||
sscanf((char*)arg,"%f:%i", &v, &s->soft);
|
||||
|
Loading…
Reference in New Issue
Block a user