X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_subtitle_stream.h;h=f79e7aca7429b92f830939f37562331991bc96a4;hb=917eaf28db474a4c605eaaa8347a3e9a86b70aa0;hp=c03004b3259d374cc0beebf3132f056e503155d1;hpb=d0a8ad99117ef265561e1b6d4cfee2704cbbbb03;p=dcpomatic.git diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index c03004b32..f79e7aca7 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -42,6 +42,9 @@ public: void set_colour (RGBA from, RGBA to); std::map colours () const; + bool has_text () const; + bool has_image () const; + private: typedef std::map PeriodMap;