diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2016-03-31 21:14:27 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2016-03-31 21:14:27 +0200 |
commit | d5bdc8c15680b180264a368a913dc66e9a850af4 (patch) | |
tree | 79eb91cf147c5e2f8bf26bc532b04d0ebff44745 | |
parent | 5b9b4b5d45b4752c371b856024237b19894615cb (diff) |
VideoPlayer: drop outdated comment in DVDClock
-rw-r--r-- | xbmc/cores/VideoPlayer/DVDClock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoPlayer/DVDClock.h b/xbmc/cores/VideoPlayer/DVDClock.h index d4db746b1b..ea5ba3d083 100644 --- a/xbmc/cores/VideoPlayer/DVDClock.h +++ b/xbmc/cores/VideoPlayer/DVDClock.h @@ -24,7 +24,7 @@ #include "threads/CriticalSection.h" #define DVD_TIME_BASE 1000000 -#define DVD_NOPTS_VALUE 0xFFF0000000000000 // should be possible to represent in both double and int64_t +#define DVD_NOPTS_VALUE 0xFFF0000000000000 #define DVD_TIME_TO_SEC(x) ((int)((double)(x) / DVD_TIME_BASE)) #define DVD_TIME_TO_MSEC(x) ((int)((double)(x) * 1000 / DVD_TIME_BASE)) |