Some more tidying up.
[dcpomatic.git] / src / lib / video_source.h
index e7c9805ef613d527d00f374d141b475ab36d9b4e..c94b5a20a5ccdfe9ef720c276428b5b43880e522 100644 (file)
@@ -43,8 +43,9 @@ public:
         *  First parameter is the video image.
         *  Second parameter is true if the image is the same as the last one that was emitted.
         *  Third parameter is either 0 or a subtitle that should be on this frame.
+        *  Fourth parameter is the time relative to the start of this source's content.
         */
-       boost::signals2::signal<void (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>)> Video;
+       boost::signals2::signal<void (boost::shared_ptr<const Image>, bool, boost::shared_ptr<Subtitle>, Time)> Video;
 
        void connect_video (boost::shared_ptr<VideoSink>);
 };