# HG changeset patch # User rfelker # Date 1109528543 0 # Node ID bf080d4017973dc6acdbf77f5d5f7a3846233c17 # Parent 35d160ed656a2415b8319ae7fedd278efbbf4dc3 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..." diff -r 35d160ed656a -r bf080d401797 mencoder.c --- 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; }