X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fatmos_decoder.cc;h=1b3e3503a8713a9ebf92fe6f8348f92681f23c25;hb=f68b82c43c5ce988a11d16f537c1e0ab178089b5;hp=478c4580977cd8e2ad8bcc33fb5904976d0a4ade;hpb=41885408b723c29ab3ae48cae5999a9934240bf2;p=dcpomatic.git 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 film, shared_ptr 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()); }