summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpcommon.h b/mpcommon.h
index ac57ae9d02..82b860bd87 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -19,6 +19,9 @@
#ifndef MPLAYER_MPCOMMON_H
#define MPLAYER_MPCOMMON_H
+// both int64_t and double should be able to represent this exactly
+#define MP_NOPTS_VALUE (-1LL<<63)
+
extern const char *mplayer_version;
#endif /* MPLAYER_MPCOMMON_H */