From 3e760dbfe5077e730a8a8d4d242974852117c609 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Dec 2024 21:23:06 +0100 Subject: Cleanup: fix comment. --- src/lib/text_decoder.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/text_decoder.cc') 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) { -- cgit v1.2.3