diff mencoder.c @ 16753:5f23a3beddfd

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.
author ods15
date Thu, 13 Oct 2005 20:27:48 +0000
parents 425863aab3df
children bede9bedd45a
line wrap: on
line diff
--- a/mencoder.c	Thu Oct 13 19:30:07 2005 +0000
+++ b/mencoder.c	Thu Oct 13 20:27:48 2005 +0000
@@ -508,6 +508,7 @@
 
   vo_init_osd();
 
+  m_config_push(mconfig);
 play_next_file:
   m_config_push(mconfig);
   m_entry_set_options(mconfig,&filelist[curfile]);