Various fixes to push audio vaguely in the right direction.
[dcpomatic.git] / src / lib / subtitle_decoder.h
index f44766393c4d889d8f4604a656a8905ac4aacd38..2b38153bf514a63cd129e16e92e17427fe46bcc5 100644 (file)
@@ -48,7 +48,7 @@ public:
                boost::shared_ptr<Log> log
                );
 
-       boost::optional<ContentTime> position () const {
+       ContentTime position () const {
                return _position;
        }
 
@@ -65,7 +65,7 @@ public:
 
 private:
        boost::shared_ptr<const SubtitleContent> _content;
-       boost::optional<ContentTime> _position;
+       ContentTime _position;
 };
 
 #endif