mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Reset export-config maps before each new export (2/2)
This commit is contained in:
parent
ff5cc4a311
commit
ed1c6e0863
1 changed files with 1 additions and 0 deletions
|
|
@ -771,6 +771,7 @@ ExportVideoDialog::launch_export ()
|
|||
|
||||
/* do sound export */
|
||||
fmp->set_soundcloud_upload(false);
|
||||
_session->get_export_handler()->reset ();
|
||||
_session->get_export_handler()->add_export_config (tsp, ccp, fmp, fnp, b);
|
||||
_session->get_export_handler()->do_export();
|
||||
status = _session->get_export_status ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue