summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h5
1 files changed, 5 insertions, 0 deletions
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 <boost/shared_ptr.hpp>
#include <dcp/util.h>
#include "dcpomatic_time.h"
+#include "position.h"
class Content;
class VideoContent;
@@ -45,6 +46,10 @@ typedef std::vector<boost::shared_ptr<AudioContent> > AudioContentList;
typedef std::vector<boost::shared_ptr<SubtitleContent> > SubtitleContentList;
typedef std::vector<boost::shared_ptr<FFmpegContent> > FFmpegContentList;
+typedef int64_t VideoFrame;
+typedef int64_t AudioFrame;
+
+/* XXX -> DCPAudio */
struct TimedAudioBuffers
{
TimedAudioBuffers ()