[Mplayer-cvslog] CVS: main mplayer.c,1.543,1.544
Arpi of Ize
arpi at mplayerhq.hu
Fri Aug 9 19:47:57 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.27,1.28 vo_gl2.c,1.20,1.21 vo_x11.c,1.114,1.115 vo_xmga.c,1.74,1.75 vo_xv.c,1.111,1.112 vo_xvidix.c,1.49,1.50 x11_common.c,1.93,1.94 x11_common.h,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main help_mp-nl.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv17705
Modified Files:
mplayer.c
Log Message:
10l bug, noticed by Alexander Neundorf <neundorf at dellingsoft.de>
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -r1.543 -r1.544
--- mplayer.c 6 Aug 2002 19:45:59 -0000 1.543
+++ mplayer.c 9 Aug 2002 17:47:54 -0000 1.544
@@ -1468,7 +1468,7 @@
if(play_n_frames>=0){
--play_n_frames;
- if(play_n_frames<=0) eof = PT_NEXT_ENTRY;
+ if(play_n_frames<0) eof = PT_NEXT_ENTRY;
}
/*========================== PLAY AUDIO ============================*/
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.27,1.28 vo_gl2.c,1.20,1.21 vo_x11.c,1.114,1.115 vo_xmga.c,1.74,1.75 vo_xv.c,1.111,1.112 vo_xvidix.c,1.49,1.50 x11_common.c,1.93,1.94 x11_common.h,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main help_mp-nl.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list