From 5a03c6b8e5d088126378b2dd3aef93fbc0216d06 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Feb 2018 00:29:44 +0000 Subject: Fix duplicate frames when padding. --- src/lib/video_decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 959ff7ac7..3fc30cf9d 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -63,6 +63,7 @@ public: boost::signals2::signal Data; private: + /** Time of last thing to be emitted */ boost::shared_ptr _content; boost::optional _last_emitted; ContentTime _position; -- cgit v1.2.3