X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_subtitle.h;h=646fc1f7aaec53c330733bd5fa36c44c81ab5780;hb=22b9f3b2090d8bdfe52cda1e69d3acbe874f1ce5;hp=dd46b6c6491584d4197e9b4ec4045f6aeda70798;hpb=cfdd68eb5fb0ef8423e860103ad4e5510994f1da;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;