Fix duplicate frames when padding.
[dcpomatic.git] / src / lib / video_decoder.h
index 959ff7ac70c54ad7be8cf1f856812ee88d8a6bdf..3fc30cf9dab3b9c897cb99844c645058a5e55eef 100644 (file)
@@ -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;