[Mplayer-cvslog] CVS: main/libaf af_surround.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Fri Aug 29 23:58:16 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,1.3,1.4 vo_zr.c,1.26,1.27
- Next message: [Mplayer-cvslog] CVS: main/libmpdvdkit2 common.h,1.2,1.3 css.c,1.6,1.7 error.c,1.3,1.4 libdvdcss.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv29795
Modified Files:
af_surround.c
Log Message:
1000l and I imho this would win 'The Bug/Typo of the Year' award
Index: af_surround.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_surround.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- af_surround.c 4 Jan 2003 06:19:25 -0000 1.2
+++ af_surround.c 29 Aug 2003 21:57:40 -0000 1.3
@@ -137,7 +137,7 @@
sscanf((char*)arg,"%f",&d);
if ((d < 0) || (d > 1000)){
af_msg(AF_MSG_ERROR,"[surround] Invalid delay time, valid time values"
- " are 0ms to 1000ms current value is %0.3ms\n",d);
+ " are 0ms to 1000ms current value is %0.3f ms\n",d);
return AF_ERROR;
}
s->d = d;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,1.3,1.4 vo_zr.c,1.26,1.27
- Next message: [Mplayer-cvslog] CVS: main/libmpdvdkit2 common.h,1.2,1.3 css.c,1.6,1.7 error.c,1.3,1.4 libdvdcss.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list