Basics of noting subtitle times in FFmpegSubtitleStreams.
[dcpomatic.git] / src / lib / subrip_content.cc
index 892578adecc11595bf8059ee2530f87bf88dca14..d7825f518f977a4d525227572469d9f63f2482bb 100644 (file)
@@ -109,3 +109,10 @@ SubRipContent::identifier () const
 
        return s.str ();
 }
+
+bool
+SubRipContent::has_subtitle_during (ContentTimePeriod) const
+{
+       /* XXX */
+       return false;
+}