From ee77b3cf5f59f775e75e628aa28e8f2f9f941530 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Mar 2014 09:41:36 +0000 Subject: It builds. --- src/lib/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index 4e1f59ca8..8c89ecd17 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -25,6 +25,7 @@ #include #include #include "dcpomatic_time.h" +#include "position.h" class Content; class VideoContent; @@ -45,6 +46,10 @@ typedef std::vector > AudioContentList; typedef std::vector > SubtitleContentList; typedef std::vector > FFmpegContentList; +typedef int64_t VideoFrame; +typedef int64_t AudioFrame; + +/* XXX -> DCPAudio */ struct TimedAudioBuffers { TimedAudioBuffers () -- cgit v1.2.3