Time -> DCPTime.
[dcpomatic.git] / src / lib / types.h
index 448b6c154bac00faae280e78a5c927f1bf1ea5a9..1ab6a94d4244f18c38ca291e3e546e40ed703f56 100644 (file)
@@ -38,9 +38,10 @@ class AudioBuffers;
  */
 #define SERVER_LINK_VERSION 1
 
-typedef int64_t Time;
+typedef int64_t DCPTime;
 #define TIME_MAX INT64_MAX
-#define TIME_HZ         ((Time) 96000)
+#define TIME_HZ         ((DCPTime) 96000)
+typedef int64_t ContentTime;
 typedef int64_t OutputAudioFrame;
 typedef int    OutputVideoFrame;
 typedef std::vector<boost::shared_ptr<Content> > ContentList;