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