mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Disable video-export metadata on windows (for now)
Quote escaping metadata currently breaks export.
This commit is contained in:
parent
466c50d3a0
commit
54ab3fb37e
2 changed files with 5 additions and 0 deletions
|
|
@ -195,7 +195,9 @@ ExportVideoDialog::ExportVideoDialog ()
|
|||
t->attach (aspect_combo, 3, 4, ty, ty+1); ty++;
|
||||
t->attach (bframes_checkbox, 0, 2, ty, ty+1);
|
||||
t->attach (deinterlace_checkbox, 2, 4, ty, ty+1); ty++;
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
t->attach (meta_checkbox, 2, 4, ty, ty+1); ty++;
|
||||
#endif
|
||||
t->attach (optimizations_checkbox, 0, 1, ty, ty+1);
|
||||
t->attach (optimizations_label, 1, 4, ty, ty+1); ty++;
|
||||
#if 1 /* tentative debug mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue