From 7f9401e34a9bbead832fa38f6bedfb484aec22d4 Mon Sep 17 00:00:00 2001 From: rfelker Date: Sun, 27 Feb 2005 18:22:23 +0000 Subject: [PATCH] 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..." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14846 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mencoder.c b/mencoder.c index 24c9eb913c..016dac2977 100644 --- a/mencoder.c +++ b/mencoder.c @@ -1740,6 +1740,8 @@ if (!interrupted && filelist[++curfile].name != 0) { prevwidth = mux_v->bih->biWidth; prevhieght = mux_v->bih->biHeight; + at_eof = 0; + m_config_pop(mconfig); goto play_next_file; }