weirdness, flags aren't restored right unless you add this second push

mencoder a.avi b.avi -flag c.avi

-flag should've only applied to b, but it applied to both b and c!!

No clue why this happens and more so why this solves it. but it does.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16754 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-10-13 20:27:48 +00:00
parent c3ea61ff6c
commit 91117f5372
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ if (frameno_filename) {
vo_init_osd();
m_config_push(mconfig);
play_next_file:
m_config_push(mconfig);
m_entry_set_options(mconfig,&filelist[curfile]);