X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_subtitle.h;h=646fc1f7aaec53c330733bd5fa36c44c81ab5780;hb=6b4fdbdabeb7b6010b5d558fb231e5d4e69487fc;hp=dd46b6c6491584d4197e9b4ec4045f6aeda70798;hpb=8102046b2f29e0c7b234c29bf204b056cb30e64f;p=dcpomatic.git diff --git a/src/lib/subrip_subtitle.h b/src/lib/subrip_subtitle.h index dd46b6c64..646fc1f7a 100644 --- a/src/lib/subrip_subtitle.h +++ b/src/lib/subrip_subtitle.h @@ -42,13 +42,7 @@ struct SubRipSubtitlePiece struct SubRipSubtitle { - SubRipSubtitle () - : from (0) - , to (0) - {} - - ContentTime from; - ContentTime to; + ContentTimePeriod period; boost::optional x1; boost::optional x2; boost::optional y1;