summaryrefslogtreecommitdiff
path: root/src/lib/atmos_decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/atmos_decoder.cc')
-rw-r--r--src/lib/atmos_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/atmos_decoder.cc b/src/lib/atmos_decoder.cc
index 478c45809..1b3e3503a 100644
--- a/src/lib/atmos_decoder.cc
+++ b/src/lib/atmos_decoder.cc
@@ -48,7 +48,7 @@ AtmosDecoder::seek ()
void
AtmosDecoder::emit (shared_ptr<const Film> film, shared_ptr<const dcp::AtmosFrame> data, Frame frame, AtmosMetadata metadata)
{
- Data (ContentAtmos(data, frame, metadata));
+ Data (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());
}