summaryrefslogtreecommitdiff
path: root/libs/ardour/export_format_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/export_format_manager.cc')
-rw-r--r--libs/ardour/export_format_manager.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc
index 3581fb890e..fd1b8ac06f 100644
--- a/libs/ardour/export_format_manager.cc
+++ b/libs/ardour/export_format_manager.cc
@@ -288,6 +288,13 @@ ExportFormatManager::select_src_quality (ExportFormatBase::SRCQuality value)
}
void
+ExportFormatManager::select_codec_quality (int value)
+{
+ current_selection->set_codec_quality (value);
+ check_for_description_change ();
+}
+
+void
ExportFormatManager::select_with_cue (bool value)
{
current_selection->set_with_cue (value);