changeset 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 35d160ed656a
children 073b10b68565
files mencoder.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;
 }