Mercurial > mplayer.hg
changeset 26810:4be280b64af9
remove extra dash in nocorrect-pts option
author | compn |
---|---|
date | Wed, 21 May 2008 15:11:49 +0000 |
parents | 5ca7a8309193 |
children | efc90a2bfb15 |
files | cfg-mplayer.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Tue May 20 20:51:22 2008 +0000 +++ b/cfg-mplayer.h Wed May 21 15:11:49 2008 +0000 @@ -320,7 +320,7 @@ // 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},