diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-23 00:29:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-23 00:29:44 +0000 |
| commit | 5a03c6b8e5d088126378b2dd3aef93fbc0216d06 (patch) | |
| tree | 54884cf468cad576075133e582d8aecbe55140a3 /src/lib/video_decoder.h | |
| parent | 711e6ed0a3a7d5bd12500674ebb3aa81d6c66d26 (diff) | |
Fix duplicate frames when padding.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 1 |
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; |
