[MPlayer-dev-eng] [PATCH] no-correct-pts > nocorrect-pts option

compn tempn at twmi.rr.com
Fri May 16 20:34:32 CEST 2008


this makes no-correct-pts in line with all other -no options in mplayer.
extra dash is annoying.

Index: cfg-mplayer.h
===================================================================
--- cfg-mplayer.h       (revision 26739)
+++ cfg-mplayer.h       (working copy)
@@ -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},



More information about the MPlayer-dev-eng mailing list