X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=367c30103e77812927878d0f2f31062e995cc647;hb=e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3;hp=1a30fb60693db7683c18efc00b47a642848f1019;hpb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;p=dcpomatic.git 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 const &); std::vector > subtitle_streams () const { @@ -111,6 +108,8 @@ public: return _first_video; } + bool has_subtitle_during (ContentTimePeriod) const; + private: friend class ffmpeg_pts_offset_test;