[MPlayer-cvslog] r26842 - trunk/cfg-mplayer.h
compn
subversion at mplayerhq.hu
Wed May 21 17:11:50 CEST 2008
Author: compn
Date: Wed May 21 17:11:49 2008
New Revision: 26842
Log:
remove extra dash in nocorrect-pts option
Modified:
trunk/cfg-mplayer.h
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h (original)
+++ trunk/cfg-mplayer.h Wed May 21 17:11:49 2008
@@ -320,7 +320,7 @@ const m_option_t mplayer_opts[]={
// a-v sync stuff:
{"correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"no-correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"nocorrect-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"noautosync", &autosync, CONF_TYPE_FLAG, 0, 0, -1, NULL},
{"autosync", &autosync, CONF_TYPE_INT, CONF_RANGE, 0, 10000, NULL},
// {"dapsync", &dapsync, CONF_TYPE_FLAG, 0, 0, 1, NULL},
More information about the MPlayer-cvslog
mailing list