From 91117f5372667330425cb5b934646523b3e210ee Mon Sep 17 00:00:00 2001 From: ods15 Date: Thu, 13 Oct 2005 20:27:48 +0000 Subject: 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 --- mencoder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 3ab52a56a8..ac5720a2a6 100644 --- a/mencoder.c +++ b/mencoder.c @@ -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]); -- cgit v1.2.3