mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
acd1ee1989
commit
ca8ff95420
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue