From 24d54ea7fe1ba128cf8d3521d6738fc73a7c623e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 May 2014 16:53:38 +0100 Subject: Basics of noting subtitle times in FFmpegSubtitleStreams. --- src/lib/ffmpeg_content.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/ffmpeg_content.h') diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 6f4980dc7..1a30fb606 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -73,6 +73,9 @@ public: void set_audio_mapping (AudioMapping); boost::filesystem::path audio_analysis_path () const; + /* SubtitleContent */ + bool has_subtitle_during (ContentTimePeriod) const; + void set_filters (std::vector const &); std::vector > subtitle_streams () const { -- cgit v1.2.3