From 8c944c08eacf8372fc714c9c00257ec13a263ae8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 18 Jul 2016 17:31:50 +0200 Subject: Normalize API rename part 2 --- libs/ardour/export_graph_builder.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/export_graph_builder.cc') diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc index 521916706c..7c5a434bee 100644 --- a/libs/ardour/export_graph_builder.cc +++ b/libs/ardour/export_graph_builder.cc @@ -98,11 +98,11 @@ ExportGraphBuilder::post_process () } unsigned -ExportGraphBuilder::get_normalize_cycle_count() const +ExportGraphBuilder::get_postprocessing_cycle_count() const { unsigned max = 0; for (std::list::const_iterator it = intermediates.begin(); it != intermediates.end(); ++it) { - max = std::max(max, (*it)->get_normalize_cycle_count()); + max = std::max(max, (*it)->get_postprocessing_cycle_count()); } return max; } @@ -516,7 +516,7 @@ ExportGraphBuilder::Intermediate::operator== (FileSpec const & other_config) con } unsigned -ExportGraphBuilder::Intermediate::get_normalize_cycle_count() const +ExportGraphBuilder::Intermediate::get_postprocessing_cycle_count() const { return static_cast(std::ceil(static_cast(tmp_file->get_frames_written()) / max_frames_out)); -- cgit v1.2.3