# HG changeset patch # User compn # Date 1211382709 0 # Node ID 4be280b64af9749f96ddf4cd45d97915e06e9607 # Parent 5ca7a83091934ebb91e225a94a83651dd4519360 remove extra dash in nocorrect-pts option diff -r 5ca7a8309193 -r 4be280b64af9 cfg-mplayer.h --- 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},