Web lists-archives.org

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




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},
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng