mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix Export-format timecode spec (frames: timecode frames)
undo/fix 30b087ab3d
This commit is contained in:
parent
e1d3927882
commit
b88fd1e6ca
2 changed files with 4 additions and 4 deletions
|
|
@ -685,13 +685,13 @@ ExportVideoDialog::launch_export ()
|
|||
" <Start>"
|
||||
" <Trim enabled=\"false\"/>"
|
||||
" <Add enabled=\"false\">"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" samples=\"0\"/>"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" frames=\"0\"/>"
|
||||
" </Add>"
|
||||
" </Start>"
|
||||
" <End>"
|
||||
" <Trim enabled=\"false\"/>"
|
||||
" <Add enabled=\"false\">"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" samples=\"0\"/>"
|
||||
" <Duration format=\"Timecode\" hours=\"0\" minutes=\"0\" seconds=\"0\" frames=\"0\"/>"
|
||||
" </Add>"
|
||||
" </End>"
|
||||
" </Silence>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue