summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.h')
-rw-r--r--src/lib/dcp_subtitle_decoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h
index f11fc3044..d7747946d 100644
--- a/src/lib/dcp_subtitle_decoder.h
+++ b/src/lib/dcp_subtitle_decoder.h
@@ -30,12 +30,12 @@ class DCPSubtitleContent;
class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
{
public:
- DCPSubtitleDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const DCPSubtitleContent>);
+ DCPSubtitleDecoder(std::shared_ptr<const Film> film, std::shared_ptr<const DCPSubtitleContent>);
- bool pass () override;
- void seek (dcpomatic::ContentTime time, bool accurate) override;
+ bool pass() override;
+ void seek(dcpomatic::ContentTime time, bool accurate) override;
- boost::optional<dcpomatic::ContentTime> first () const;
+ boost::optional<dcpomatic::ContentTime> first() const;
private:
dcpomatic::ContentTimePeriod content_time_period(std::shared_ptr<const dcp::Text> s) const;