Merge master.
[dcpomatic.git] / src / lib / subrip_subtitle.h
index dd46b6c6491584d4197e9b4ec4045f6aeda70798..646fc1f7aaec53c330733bd5fa36c44c81ab5780 100644 (file)
@@ -42,13 +42,7 @@ struct SubRipSubtitlePiece
 
 struct SubRipSubtitle
 {
-       SubRipSubtitle ()
-               : from (0)
-               , to (0)
-       {}
-       
-       ContentTime from;
-       ContentTime to;
+       ContentTimePeriod period;
        boost::optional<int> x1;
        boost::optional<int> x2;
        boost::optional<int> y1;