summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_common.h')
-rw-r--r--mpvcore/mp_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/mp_common.h b/mpvcore/mp_common.h
index 9a719ae8ab..651136d2cb 100644
--- a/mpvcore/mp_common.h
+++ b/mpvcore/mp_common.h
@@ -49,6 +49,7 @@ extern const char *mplayer_version;
extern const char *mplayer_builddate;
char *mp_format_time(double time, bool fractions);
+char *mp_format_time_fmt(const char *fmt, double time);
struct mp_rect {
int x0, y0;