diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-22 16:53:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-22 16:53:38 +0100 |
| commit | 24d54ea7fe1ba128cf8d3521d6738fc73a7c623e (patch) | |
| tree | 7c3674e34b30f81334dc8f35a91d3cbb31b7ff9d /src/lib/subrip_content.h | |
| parent | d156fe45ee21fc416ce6b9e43ceed95bf42fde41 (diff) | |
Basics of noting subtitle times in FFmpegSubtitleStreams.
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; }; |
