summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-12 23:34:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-12 23:34:31 +0100
commit41d32a43f761fd2d79dacf9a84374a6d17916d36 (patch)
treebf106bf5a6df144af38a93adc70adddf8ce2897b /src/lib/ffmpeg_content.h
parent141f9a795381fa3bbd3f2bcbd19975dfd8a8c35e (diff)
Fix subrip subtitles a little.
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;