Missing include for older gcc.
[dcpomatic.git] / src / lib / combiner.cc
index d5f55026b54f8c14c597820fb6d1c454cf7c43b0..68aafd2a24d97d65b183dfcf97f0edd97a5fb48c 100644 (file)
@@ -29,11 +29,11 @@ Combiner::Combiner (Log* log)
 }
 
 /** Process video for the left half of the frame.
+ *  Subtitle parameter will be ignored.
  *  @param image Frame image.
- *  @param sub Subtitle (which will be ignored)
  */
 void
-Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle> sub)
+Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle>)
 {
        _image = image;
 }