diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-13 01:48:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-13 01:48:56 +0200 |
| commit | d6c4cbce94a8adb10b9438962f7d3e61556dd74c (patch) | |
| tree | 8f2c51ec56b45213e3dfb822d793aec52f151ad5 /src/lib/dcp_subtitle_decoder.h | |
| parent | 42ac8d63c3211e25dd492f2f7116f2a97fa08aea (diff) | |
White space: dcp_subtitle_decoder.{cc,h}
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.h')
| -rw-r--r-- | src/lib/dcp_subtitle_decoder.h | 8 |
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; |
