add channel count difference operator.
[ardour.git] / libs / ardour / export_format_manager.cc
index 3ee940ffb6367ff50c5ddf2e7d6dda521deda007..f87a08686f6e01f9b17e4ee8aa64d7544aba33e7 100644 (file)
@@ -294,9 +294,9 @@ ExportFormatManager::select_with_toc (bool value)
 }
 
 void
-ExportFormatManager::select_upload (bool value)
+ExportFormatManager::select_with_mp4chaps (bool value)
 {
-       current_selection->set_upload (value);
+       current_selection->set_with_mp4chaps (value);
        check_for_description_change ();
 }