summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 1a30fb606..367c30103 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -73,9 +73,6 @@ 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<Filter const *> const &);
std::vector<boost::shared_ptr<FFmpegSubtitleStream> > subtitle_streams () const {
@@ -111,6 +108,8 @@ public:
return _first_video;
}
+ bool has_subtitle_during (ContentTimePeriod) const;
+
private:
friend class ffmpeg_pts_offset_test;