Normalize API rename part 2
[ardour.git] / gtk2_ardour / export_video_dialog.cc
index c1589909b2c0f38ec7591138f90f5be8bed7011e..fba09e92704c7f0ee4d84163ea966f625aad3e65 100644 (file)
@@ -559,7 +559,7 @@ ExportVideoDialog::audio_progress_display ()
        switch (status->active_job) {
                case ExportStatus::Normalizing:
                        pbar.set_text (_("Normalizing audio"));
-                       progress = ((float) status->current_normalize_cycle) / status->total_normalize_cycles;
+                       progress = ((float) status->current_postprocessing_cycle) / status->total_postprocessing_cycles;
                        progress = progress / (_twopass ? 4.0 : 3.0) + (_twopass ? .25 : 1.0 / 3.0);
                        break;
                case ExportStatus::Exporting: