From 04ef57589ebb7c0de3377172a03b24698fd2364a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Mar 2014 14:24:08 +0000 Subject: Tentative support for 3D from alternate frames. Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello --- src/lib/video_decoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 142320a04..255a038a9 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -51,6 +51,9 @@ protected: void video (boost::shared_ptr, bool, VideoContent::Frame); boost::shared_ptr _video_content; + /** This is in frames without taking 3D into account (e.g. if we are doing 3D alternate, + * this would equal 2 on the left-eye second frame (not 1)). + */ VideoContent::Frame _video_position; }; -- cgit v1.2.3