diff options
Diffstat (limited to 'src/lib/subrip_content.h')
| -rw-r--r-- | src/lib/subrip_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h index 5688f81d5..91de08350 100644 --- a/src/lib/subrip_content.h +++ b/src/lib/subrip_content.h @@ -37,6 +37,8 @@ public: DCPTime full_length () const; std::string identifier () const; + bool has_subtitle_during (ContentTimePeriod) const; + private: DCPTime _length; }; |
