From 8349f0c97d98c0b7550ff4c76ad25f8f06270d6a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Jul 2013 16:23:23 +0100 Subject: Basics of front-end 3D (as far as viewer, at least). --- src/lib/encoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index a6e5932be..a866a77f1 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -66,7 +66,7 @@ public: * @param i Video frame image. * @param same true if i is the same as the last time we were called. */ - void process_video (boost::shared_ptr i, bool same); + void process_video (boost::shared_ptr i, Eyes eyes, bool same); /** Call with some audio data */ void process_audio (boost::shared_ptr); @@ -100,7 +100,7 @@ private: /** Number of video frames written for the DCP so far */ int _video_frames_out; - bool _have_a_real_frame; + bool _have_a_real_frame[EYES_COUNT]; bool _terminate; std::list > _queue; std::list _threads; -- cgit v1.2.3