summaryrefslogtreecommitdiff
path: root/src/lib/video_source.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-23 16:17:20 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-23 16:17:20 +0100
commit425ef773dbf91d2fecd8e2fbdc20becbfbda46f8 (patch)
treef9047287c2e950f8cbfdcfbce9e60bdca87d1faf /src/lib/video_source.h
parent8805ae23ce2c3a19fc6a1fd341cff899bfb61128 (diff)
Connect Trimmer clsas.
Diffstat (limited to 'src/lib/video_source.h')
-rw-r--r--src/lib/video_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_source.h b/src/lib/video_source.h
index 705b0023a..e4a8ab058 100644
--- a/src/lib/video_source.h
+++ b/src/lib/video_source.h
@@ -65,6 +65,7 @@ public:
*/
boost::signals2::signal<void (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>, double)> Video;
+ void connect_video (boost::shared_ptr<VideoSink>);
void connect_video (boost::shared_ptr<TimedVideoSink>);
};