From 9655db97eae5a6137a45ad809dbf42528dc74408 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Jul 2014 11:43:55 +0100 Subject: Add 'starting' option to subtitles_during(). --- src/lib/ffmpeg_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_decoder.cc') diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 668cab885..4ae9dc313 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -482,7 +482,7 @@ FFmpegDecoder::decode_subtitle_packet () } list -FFmpegDecoder::subtitles_during (ContentTimePeriod p) const +FFmpegDecoder::subtitles_during (ContentTimePeriod p, bool starting) const { - return _ffmpeg_content->subtitles_during (p); + return _ffmpeg_content->subtitles_during (p, starting); } -- cgit v1.2.3