[MPlayer-cvslog] CVS: main mplayer.c,1.951,1.952

Uoti Urpala CVS syncmail at mplayerhq.hu
Fri May 5 19:30:55 CEST 2006


CVS change done by Uoti Urpala CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv9036

Modified Files:
	mplayer.c 
Log Message:
Don't blit frame if we hit EOF and no new frame is read. Fixes picture
changing back to a previous frame after the last one with some vos.
Patch by Timothy Lee, timothy (.) lee () siriushk com  [location of the 
added line changed by me].


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -r1.951 -r1.952
--- mplayer.c	27 Apr 2006 22:13:59 -0000	1.951
+++ mplayer.c	5 May 2006 17:30:52 -0000	1.952
@@ -3694,6 +3694,7 @@
 
   if(!frame_time_remaining){
     //--------------------  Decode a frame: -----------------------
+    blit_frame = 0; // Don't blit if we hit EOF
     vdecode_time=video_time_usage;
     while(1)
     {   unsigned char* start=NULL;




More information about the MPlayer-cvslog mailing list