From 7fe2856fd99fb9211634a3fbf611fb8c04232396 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 12 Apr 2011 18:11:12 +0300 Subject: OSD: support displaying fractional part of current position Add option -osd-fractions which enables display of fractional seconds when showing the current playback time on OSD. Based on a patch from Christian but with several modifications. --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 0fb0a7d809..1e2a125965 100644 --- a/options.h +++ b/options.h @@ -31,6 +31,7 @@ typedef struct MPOpts { int osd_level; int osd_duration; + int osd_fractions; int auto_quality; int benchmark; char *stream_dump_name; -- cgit v1.2.3