[MPlayer-cvslog] CVS: main mencoder.c,1.269,1.270

Richard Felker CVS syncmail at mplayerhq.hu
Sun Feb 27 19:22:26 CET 2005


CVS change done by Richard Felker CVS

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

Modified Files:
	mencoder.c 
Log Message:
Multifile 10l bugfix by Oded:
"I never checked merging 2 complete files...
at_eof stays non-zero when starting the second file, and doesn't encode a
single frame..."



Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- mencoder.c	25 Feb 2005 22:49:36 -0000	1.269
+++ mencoder.c	27 Feb 2005 18:22:23 -0000	1.270
@@ -1740,6 +1740,8 @@
 	prevwidth = mux_v->bih->biWidth;
 	prevhieght = mux_v->bih->biHeight;
 	
+	at_eof = 0;
+	
 	m_config_pop(mconfig);
 	goto play_next_file;
 }




More information about the MPlayer-cvslog mailing list