fixup! WIP: allow Piece to take multiple content/decoder.
[dcpomatic.git] / src / lib / atmos_mxf_decoder.cc
index 9fcd9d2a6db6f06a4f6b50f1f13e6e7890e89b9e..2c31157e06a5d72c975432f56305b56a0462a9b9 100644 (file)
@@ -45,7 +45,7 @@ AtmosMXFDecoder::AtmosMXFDecoder (std::shared_ptr<const Film> film, std::shared_
 
 
 bool
-AtmosMXFDecoder::pass ()
+AtmosMXFDecoder::do_pass ()
 {
        auto const vfr = _content->active_video_frame_rate (film());
        auto const frame = _next.frames_round (vfr);