From 1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Mar 2014 20:22:47 +0000 Subject: New DCPTime/ContentTime types. --- src/lib/types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index cc4cd9296..42344cae5 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -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 > ContentList; typedef std::vector > VideoContentList; typedef std::vector > AudioContentList; -- cgit v1.2.3