New DCPTime/ContentTime types.
[dcpomatic.git] / src / lib / types.h
index cc4cd9296b077edc53f04e11e1a0cc3d3871d668..42344cae543b8d380a5ccdc275b53816c4e79a69 100644 (file)
@@ -38,12 +38,6 @@ class AudioBuffers;
  */
 #define SERVER_LINK_VERSION 1
 
-typedef int64_t DCPTime;
-#define TIME_MAX INT64_MAX
-#define TIME_HZ         ((DCPTime) 96000)
-typedef int64_t ContentTime;
-typedef int64_t AudioFrame;
-typedef int    VideoFrame;
 typedef std::vector<boost::shared_ptr<Content> > ContentList;
 typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;
 typedef std::vector<boost::shared_ptr<AudioContent> > AudioContentList;