From 53bfaecd40aa7b34dcc9c90064e36f2ffe227fc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Sep 2012 21:59:13 +0200 Subject: core: remove duplicated format_time() functions This was an on-going transition to make mplayer format all times in the same format. --- mpcommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index d4ececc4b1..472a2e1943 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -20,6 +20,7 @@ #define MPLAYER_MPCOMMON_H #include +#include // both int64_t and double should be able to represent this exactly #define MP_NOPTS_VALUE (-1LL<<63) @@ -77,4 +78,6 @@ extern const char *mplayer_version; +char *mp_format_time(double time, bool fractions); + #endif /* MPLAYER_MPCOMMON_H */ -- cgit v1.2.3