diff options
Diffstat (limited to 'src/lib/video_sink.h')
| -rw-r--r-- | src/lib/video_sink.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/video_sink.h b/src/lib/video_sink.h index 2da42528c..957aeb4b4 100644 --- a/src/lib/video_sink.h +++ b/src/lib/video_sink.h @@ -32,9 +32,8 @@ public: /** Call with a frame of video. * @param i Video frame image. * @param same true if i is the same as last time we were called. - * @param s A subtitle that should be on this frame, or 0. */ - virtual void process_video (boost::shared_ptr<const Image> i, bool same, boost::shared_ptr<Subtitle> s, Time) = 0; + virtual void process_video (boost::shared_ptr<const Image> i, bool same, Time) = 0; }; #endif |
