summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/export_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index 33e19d663f..bcc2783104 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -603,6 +603,7 @@ ExportHandler::write_toc_header (CDMarkerStatus & status)
void
ExportHandler::write_mp4ch_header (CDMarkerStatus & status)
{
+ status.out << "00:00:00.000 Intro" << endl;
}
void