Cleanup: fix comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Dec 2024 20:23:06 +0000 (21:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Dec 2024 16:20:25 +0000 (17:20 +0100)
src/lib/text_decoder.cc

index db072eda67ac930aeb9218ae97b0dfb95af450bb..ac36f7c0c2b242776d1308e4fdf39d961df3326b 100644 (file)
@@ -51,13 +51,7 @@ TextDecoder::TextDecoder (
 }
 
 
-/** Called by subclasses when an image subtitle is starting.
- *  @param from From time of the subtitle.
- *  @param image Subtitle image.
- *  @param rect Area expressed as a fraction of the video frame that this subtitle
- *  is for (e.g. a width of 0.5 means the width of the subtitle is half the width
- *  of the video frame)
- */
+/** Called by subclasses when an image subtitle is starting */
 void
 TextDecoder::emit_bitmap_start (ContentBitmapText const& bitmap)
 {