diff options
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 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; |
