[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


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 ============================*/




More information about the MPlayer-cvslog mailing list