From 3dfdd5795cf6514e15fdbece54c28f3bddc2aadc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jan 2014 13:02:30 +0000 Subject: Rationalise video/audio frame types. --- src/lib/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/types.h') diff --git a/src/lib/types.h b/src/lib/types.h index 33c0c171f..924279c25 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -42,8 +42,8 @@ typedef int64_t DCPTime; #define TIME_MAX INT64_MAX #define TIME_HZ ((DCPTime) 96000) typedef int64_t ContentTime; -typedef int64_t OutputAudioFrame; -typedef int OutputVideoFrame; +typedef int64_t AudioFrame; +typedef int VideoFrame; typedef std::vector > ContentList; typedef std::vector > VideoContentList; typedef std::vector > AudioContentList; -- cgit v1.2.3