1
0
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:
rfelker 2004-11-30 19:02:29 +00:00
parent 4cb332792e
commit 81a6897343

View File

@ -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);