Various hacks.
[dcpomatic.git] / src / lib / video_source.h
index 7ad5544804d5840267df3e33a52f009c27eaf51f..0b0985c87262f1ad7761741c0139e95d3cf6a41f 100644 (file)
@@ -43,6 +43,7 @@ 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<const Image>, bool, boost::shared_ptr<Subtitle>, Time)> Video;