diff cfg-mplayer.h @ 32793:0adeebe4e561

Fractional part of time stamp in OSD. Add the -osd-fractions option to optionally show the fractional part of the time stamp in the OSD. Patch by Christian, herr.mitterlehner gsmpaaiml com
author cigaes
date Thu, 10 Feb 2011 19:20:36 +0000
parents 1a605463f62b
children 541ec87f49ee
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Feb 10 13:50:28 2011 +0000
+++ b/cfg-mplayer.h	Thu Feb 10 19:20:36 2011 +0000
@@ -235,6 +235,7 @@
 #endif
     {"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
     {"osd-duration", &osd_duration, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+    {"osd-fractions", &osd_fractions, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
 #ifdef CONFIG_MENU
     {"menu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
     {"nomenu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},