diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-23 16:17:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-23 16:17:20 +0100 |
| commit | 425ef773dbf91d2fecd8e2fbdc20becbfbda46f8 (patch) | |
| tree | f9047287c2e950f8cbfdcfbce9e60bdca87d1faf /src/lib/video_source.h | |
| parent | 8805ae23ce2c3a19fc6a1fd341cff899bfb61128 (diff) | |
Connect Trimmer clsas.
Diffstat (limited to 'src/lib/video_source.h')
| -rw-r--r-- | src/lib/video_source.h | 1 |
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>); }; |
