[MPlayer-cvslog] CVS: main/libaf af_volume.c,1.12,1.13
Richard Felker CVS
syncmail at mplayerhq.hu
Tue Nov 30 20:02:32 CET 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv19606/libaf
Modified Files:
af_volume.c
Log Message:
very old 10l, discussed a long time ago but never fixed (default should be same vol, not -10 dB)
Index: af_volume.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_volume.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- af_volume.c 10 Oct 2004 14:20:42 -0000 1.12
+++ af_volume.c 30 Nov 2004 19:02:29 -0000 1.13
@@ -75,7 +75,7 @@
}
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);
More information about the MPlayer-cvslog
mailing list