From e9022ec470e9334a6d0f3cb044027964ac4f63f6 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 12 Jan 2011 15:29:31 +0200 Subject: cleanup: move MP_NOPTS_VALUE definition to mpcommon.h --- mpcommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpcommon.h') 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 */ -- cgit v1.2.3