Support SSA subtitles embedded within FFmpeg files.
[dcpomatic.git] / src / lib / ffmpeg.h
index 0b195268a31cde69cca8fce82872d070390b1983..9795b2229769468414fb8562278eed148dca55a5 100644 (file)
@@ -58,6 +58,7 @@ protected:
 
        static FFmpegSubtitlePeriod subtitle_period (AVSubtitle const & sub);
        static std::string subtitle_id (AVSubtitle const & sub);
+       static bool subtitle_is_image (AVSubtitle const & sub);
 
        boost::shared_ptr<const FFmpegContent> _ffmpeg_content;