From d2b216821e8041529d1da3e369b5f97094988c78 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Oct 2025 00:52:15 +0100 Subject: White space: atmos_decoder.{cc,h} --- src/lib/atmos_decoder.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/atmos_decoder.cc') diff --git a/src/lib/atmos_decoder.cc b/src/lib/atmos_decoder.cc index 478c45809..e2dd01c38 100644 --- a/src/lib/atmos_decoder.cc +++ b/src/lib/atmos_decoder.cc @@ -30,25 +30,25 @@ using std::shared_ptr; -AtmosDecoder::AtmosDecoder (Decoder* parent, shared_ptr content) - : DecoderPart (parent) - , _content (content) +AtmosDecoder::AtmosDecoder(Decoder* parent, shared_ptr content) + : DecoderPart(parent) + , _content(content) { } void -AtmosDecoder::seek () +AtmosDecoder::seek() { _position = boost::none; } void -AtmosDecoder::emit (shared_ptr film, shared_ptr data, Frame frame, AtmosMetadata metadata) +AtmosDecoder::emit(shared_ptr film, shared_ptr data, Frame frame, AtmosMetadata metadata) { - Data (ContentAtmos(data, frame, metadata)); + Data(ContentAtmos(data, frame, metadata)); /* There's no fiddling with frame rates when we are using Atmos; the DCP rate must be the same as the Atmos one */ - _position = dcpomatic::ContentTime::from_frames (frame, film->video_frame_rate()); + _position = dcpomatic::ContentTime::from_frames(frame, film->video_frame_rate()); } -- cgit v1.2.3