summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-23 00:29:44 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-23 00:58:02 +0000
commit1d4c7f065389981ba145b89a0a224cb986d8eb5b (patch)
tree1ee710c14eefe11c2579e15e3d47ffd997885156 /src/lib/video_decoder.h
parentf67fa2ab8a557d87b37608d16ce1553d47420e8b (diff)
Fix duplicate frames when padding.
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h1
1 files changed, 1 insertions, 0 deletions
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<void (ContentVideo)> Data;
private:
+ /** Time of last thing to be emitted */
boost::shared_ptr<const Content> _content;
boost::optional<Frame> _last_emitted;
ContentTime _position;