summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-13 20:27:48 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-13 20:27:48 +0000
commit91117f5372667330425cb5b934646523b3e210ee (patch)
treec3095909af51c9f6ddc7fe0f428484aaefa37d66 /mencoder.c
parentc3ea61ff6c441f41637ac57b7e07205b630a940a (diff)
downloadmpv-91117f5372667330425cb5b934646523b3e210ee.tar.bz2
mpv-91117f5372667330425cb5b934646523b3e210ee.tar.xz
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
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
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]);