Mercurial > mplayer.hg
changeset 16814:0c6f6ef27f3f
document hack
author | ods15 |
---|---|
date | Thu, 20 Oct 2005 05:54:51 +0000 |
parents | b0880e80e5a4 |
children | 78c84594247b |
files | mencoder.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Thu Oct 20 00:08:09 2005 +0000 +++ b/mencoder.c Thu Oct 20 05:54:51 2005 +0000 @@ -512,6 +512,8 @@ vo_init_osd(); + /* HACK, for some weird reason, push() has to be called twice, + otherwise options are not saved correctly */ m_config_push(mconfig); play_next_file: m_config_push(mconfig);