Put an Intro chapter at position 00:00:00.000

Players like vlc seem to stumble, if there es no chapter at the zero
position. As Ardour wouldn't let us put a track mark at the zero
position we can just use our header_func to put some kind of dummy intro
chapter. If a future version of Ardour allows track marks at zero, we
need to do a bit more work.
This commit is contained in:
Johannes Mueller 2015-04-15 18:03:39 +02:00 committed by Robin Gareus
parent acd1ee1989
commit ca8ff95420

View File

@ -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