X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg.h;h=9795b2229769468414fb8562278eed148dca55a5;hp=0b195268a31cde69cca8fce82872d070390b1983;hb=54d17e98a597334bf1ba2615e3eb6191088f606f;hpb=57c49675889c0e0ad8cebece7a60bba08ba782d2 diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 0b195268a..9795b2229 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -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 _ffmpeg_content;