summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-10 22:59:39 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-11 14:15:44 +0100
commit98342fb53eae4d32440fc69c279f2ca0fef785b5 (patch)
tree3af4c35766bd1434ac86b17b482f8a39c98537cd /src/lib/video_decoder.h
parent0e8a1ab7c41756115f44229053e1e7024530fb32 (diff)
Don't trust video timestamps from FFmpegDecoder.v2.15.32
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h2
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;