summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/text_subtitle_decoder.cc')
-rw-r--r--src/lib/text_subtitle_decoder.cc2
1 files changed, 1 insertions, 1 deletions
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;