# HG changeset patch # User ods15 # Date 1129235268 0 # Node ID 5f23a3beddfd57cca25d646ced5a88dfd1c0d2d3 # Parent 425863aab3dfccf46e5c0da20188c2f8243dc61e 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. diff -r 425863aab3df -r 5f23a3beddfd mencoder.c --- 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]);