diff mencoder.c @ 14845:bf080d401797

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..."
author rfelker
date Sun, 27 Feb 2005 18:22:23 +0000
parents 1c9d87e6607f
children 5723c4b2a2ea
line wrap: on
line diff
--- a/mencoder.c	Sun Feb 27 18:17:34 2005 +0000
+++ b/mencoder.c	Sun Feb 27 18:22:23 2005 +0000
@@ -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;
 }