Various stuff; mostly change to decoder scaling and adding subtitle; scaling test.
[dcpomatic.git] / src / lib / video_source.h
index c94b5a20a5ccdfe9ef720c276428b5b43880e522..9242af444c381467307039889af142d0e7086efd 100644 (file)
@@ -42,10 +42,9 @@ public:
        /** Emitted when a video frame is ready.
         *  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.
+        *  Third 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;
+       boost::signals2::signal<void (boost::shared_ptr<const Image>, bool, Time)> Video;
 
        void connect_video (boost::shared_ptr<VideoSink>);
 };