From 98342fb53eae4d32440fc69c279f2ca0fef785b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Nov 2019 22:59:39 +0100 Subject: Don't trust video timestamps from FFmpegDecoder. --- src/lib/video_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.h') 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 _content; - /** Frame of last thing to be emitted */ + /** Frame of last thing to be emitted; only used for 3D */ boost::optional _last_emitted_frame; boost::optional _last_emitted_eyes; boost::optional _position; -- cgit v1.2.3