[MPlayer-cvslog] CVS: main mencoder.c,1.308,1.309
Oded Shimon CVS
syncmail at mplayerhq.hu
Thu Oct 13 22:27:50 CEST 2005
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv30009
Modified Files:
mencoder.c
Log Message:
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.
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- mencoder.c 13 Oct 2005 19:30:06 -0000 1.308
+++ mencoder.c 13 Oct 2005 20:27:48 -0000 1.309
@@ -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]);
More information about the MPlayer-cvslog
mailing list