summaryrefslogtreecommitdiff
path: root/src/lib/atmos_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/atmos_decoder.h')
-rw-r--r--src/lib/atmos_decoder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/atmos_decoder.h b/src/lib/atmos_decoder.h
index 1ec1b8a6c..0dbeedebc 100644
--- a/src/lib/atmos_decoder.h
+++ b/src/lib/atmos_decoder.h
@@ -28,15 +28,15 @@
class AtmosDecoder : public DecoderPart
{
public:
- AtmosDecoder (Decoder* parent, std::shared_ptr<const Content> content);
+ AtmosDecoder(Decoder* parent, std::shared_ptr<const Content> content);
- boost::optional<dcpomatic::ContentTime> position (std::shared_ptr<const Film>) const override {
+ boost::optional<dcpomatic::ContentTime> position(std::shared_ptr<const Film>) const override {
return _position;
}
- void seek () override;
+ void seek() override;
- void emit (std::shared_ptr<const Film> film, std::shared_ptr<const dcp::AtmosFrame> data, Frame frame, AtmosMetadata metadata);
+ void emit(std::shared_ptr<const Film> film, std::shared_ptr<const dcp::AtmosFrame> data, Frame frame, AtmosMetadata metadata);
boost::signals2::signal<void (ContentAtmos)> Data;