summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mencoder.c2
1 files changed, 2 insertions, 0 deletions
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;
}