diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<const Image>, bool, VideoContent::Frame); boost::shared_ptr<const VideoContent> _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; }; |
