diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-26 20:29:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 09:29:59 +0200 |
| commit | d783d55e3cf09c4ffefbbad00c456522b0f69a18 (patch) | |
| tree | 02dcf5fd310664cca98ee4394132f8387d3d76cb | |
| parent | ed7e314345934602cf5051a91658dfe2a794e85f (diff) | |
Comment fix.
| -rw-r--r-- | src/lib/text_decoder.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 0a7bdf95d..673271b2e 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -52,8 +52,7 @@ TextDecoder::TextDecoder ( } - -/** Called by subclasses when an image subtitle is starting. +/* Called 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 |
