diff --git a/src/hdrplus_pipeline.cpp b/src/hdrplus_pipeline.cpp index 4508e1e..c2c0f68 100644 --- a/src/hdrplus_pipeline.cpp +++ b/src/hdrplus_pipeline.cpp @@ -27,7 +27,7 @@ void hdrplus_pipeline::run_pipeline( \ merge_module.process( burst_images, alignments ); // Run finishing - finish_module.process( burst_path, mergedBayer, refIdx); + finish_module.process( burst_path, burst_images.merged_bayer_image, burst_images.reference_image_idx); } } // namespace hdrplus