comparison 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
comparison
equal deleted inserted replaced
16752:425863aab3df 16753:5f23a3beddfd
506 #endif 506 #endif
507 #endif 507 #endif
508 508
509 vo_init_osd(); 509 vo_init_osd();
510 510
511 m_config_push(mconfig);
511 play_next_file: 512 play_next_file:
512 m_config_push(mconfig); 513 m_config_push(mconfig);
513 m_entry_set_options(mconfig,&filelist[curfile]); 514 m_entry_set_options(mconfig,&filelist[curfile]);
514 filename = filelist[curfile].name; 515 filename = filelist[curfile].name;
515 516