From bd789d5481930642c849551cd3aef7dc34b77269 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Oct 2025 22:30:56 +0200 Subject: White space: dcp_decoder.{cc,h} --- src/lib/dcp_decoder.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/lib/dcp_decoder.h') diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 56a13874b..304ebd33e 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -47,7 +47,7 @@ struct dcp_subtitle_within_dcp_test; class DCPDecoder : public Decoder { public: - DCPDecoder ( + DCPDecoder( std::shared_ptr film, std::shared_ptr content, bool fast, @@ -55,29 +55,29 @@ public: std::shared_ptr old ); - std::vector> reels () const { + std::vector> reels() const { return _reels; } - void set_decode_referenced (bool r); - void set_forced_reduction (boost::optional reduction); + void set_decode_referenced(bool r); + void set_forced_reduction(boost::optional reduction); - bool pass () override; - void seek (dcpomatic::ContentTime t, bool accurate) override; + bool pass() override; + void seek(dcpomatic::ContentTime t, bool accurate) override; - std::string lazy_digest () const { + std::string lazy_digest() const { return _lazy_digest; } - dcpomatic::ContentTime position () const override; + dcpomatic::ContentTime position() const override; private: friend struct dcp_subtitle_within_dcp_test; - void next_reel (); - void get_readers (); - void pass_texts (dcpomatic::ContentTime next, dcp::Size size); - void pass_texts ( + void next_reel(); + void get_readers(); + void pass_texts(dcpomatic::ContentTime next, dcp::Size size); + void pass_texts( dcpomatic::ContentTime next, std::shared_ptr asset, bool reference, @@ -85,7 +85,7 @@ private: std::shared_ptr decoder, dcp::Size size ); - std::string calculate_lazy_digest (std::shared_ptr) const; + std::string calculate_lazy_digest(std::shared_ptr) const; std::shared_ptr _dcp_content; -- cgit v1.2.3