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
This commit is contained in:
rfelker 2005-02-27 18:22:23 +00:00
parent 5e1784e5f9
commit 7f9401e34a
1 changed files with 2 additions and 0 deletions

View File

@ -1740,6 +1740,8 @@ if (!interrupted && filelist[++curfile].name != 0) {
prevwidth = mux_v->bih->biWidth; prevwidth = mux_v->bih->biWidth;
prevhieght = mux_v->bih->biHeight; prevhieght = mux_v->bih->biHeight;
at_eof = 0;
m_config_pop(mconfig); m_config_pop(mconfig);
goto play_next_file; goto play_next_file;
} }