summaryrefslogtreecommitdiff
path: root/src/lib/text_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-06 21:23:06 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 17:20:25 +0100
commit3e760dbfe5077e730a8a8d4d242974852117c609 (patch)
tree1157e1644b7bcd160ac88e15220cbeae9a3e294e /src/lib/text_decoder.cc
parenta8b96e31ddb5a08a7d90ec16490c2727be5f4854 (diff)
Cleanup: fix comment.
Diffstat (limited to 'src/lib/text_decoder.cc')
-rw-r--r--src/lib/text_decoder.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc
index db072eda6..ac36f7c0c 100644
--- a/src/lib/text_decoder.cc
+++ b/src/lib/text_decoder.cc
@@ -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)
{