summaryrefslogtreecommitdiff
path: root/src/lib/video_source.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-22 17:36:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-22 17:36:11 +0100
commit596441a4e8cf03a88113646ca6da2f90e721a38b (patch)
treebf364e57aecc1f019d69b8faf32b8818eaa9d98b /src/lib/video_source.h
parent11c70b0e3051517e7bb96a7d6fa53053dab6e978 (diff)
Various hacks.
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 7ad554480..0b0985c87 100644
--- a/src/lib/video_source.h
+++ b/src/lib/video_source.h
@@ -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;