From 0758d834992f0adb8aa8d4d9908a64ce8708f05c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 10 May 2016 14:37:57 +0100 Subject: Rename some methods. --- src/lib/text_subtitle_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/text_subtitle_decoder.cc') diff --git a/src/lib/text_subtitle_decoder.cc b/src/lib/text_subtitle_decoder.cc index f76bb7f75..23ec518b3 100644 --- a/src/lib/text_subtitle_decoder.cc +++ b/src/lib/text_subtitle_decoder.cc @@ -108,7 +108,7 @@ TextSubtitleDecoder::pass (PassReason, bool) } } - subtitle->text_subtitle (content_time_period (_subtitles[_next]), out); + subtitle->give_text (content_time_period (_subtitles[_next]), out); ++_next; return false; -- cgit v1.2.3