mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
move ff* structs & typedef into dedicated namespace
(further avoid conflicts with plugins)
This commit is contained in:
parent
8f5cc1dbba
commit
003492cbf9
4 changed files with 22 additions and 21 deletions
|
|
@ -584,7 +584,7 @@ ExportVideoDialog::encode_pass (int pass)
|
|||
}
|
||||
|
||||
std::string preset = preset_combo.get_active_text();
|
||||
FFSettings ffs ; /* = transcoder->default_encoder_settings(); */
|
||||
TranscodeFfmpeg::FFSettings ffs ; /* = transcoder->default_encoder_settings(); */
|
||||
ffs.clear();
|
||||
|
||||
if (fps_checkbox.get_active()) {
|
||||
|
|
@ -740,7 +740,7 @@ ExportVideoDialog::encode_pass (int pass)
|
|||
transcoder->set_avoffset(av_offset / (double)_session->nominal_frame_rate());
|
||||
}
|
||||
|
||||
FFSettings meta = transcoder->default_meta_data();
|
||||
TranscodeFfmpeg::FFSettings meta = transcoder->default_meta_data();
|
||||
if (meta_checkbox.get_active()) {
|
||||
ARDOUR::SessionMetadata * session_data = ARDOUR::SessionMetadata::Metadata();
|
||||
if (session_data->year() > 0 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue