Added support for exporting mp4 chapter marks
[ardour.git] / libs / ardour / export_format_manager.cc
index 04cfa76677720d8028891000f188aa226565f1a0..f87a08686f6e01f9b17e4ee8aa64d7544aba33e7 100644 (file)
@@ -293,6 +293,12 @@ ExportFormatManager::select_with_toc (bool value)
        check_for_description_change ();
 }
 
+void
+ExportFormatManager::select_with_mp4chaps (bool value)
+{
+       current_selection->set_with_mp4chaps (value);
+       check_for_description_change ();
+}
 
 void
 ExportFormatManager::set_command (std::string command)