diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 34ce8f288..954b8f365 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -63,7 +63,7 @@ public: private: boost::shared_ptr<const Content> _content; - /** Frame of last thing to be emitted */ + /** Frame of last thing to be emitted; only used for 3D */ boost::optional<Frame> _last_emitted_frame; boost::optional<Eyes> _last_emitted_eyes; boost::optional<dcpomatic::ContentTime> _position; |
