Add GUI option to include session-meta-data when exporting mp3

This commit is contained in:
Robin Gareus 2019-03-02 14:39:10 +01:00
parent a33f52bacc
commit e791966f75
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1078,6 +1078,7 @@ ExportFormatDialog::show_ffmpeg_enconding_options (boost::shared_ptr<ARDOUR::Exp
encoding_options_label.set_label (_("FFMPEG/MP3 options"));
encoding_options_table.resize (1, 1);
encoding_options_table.attach (codec_quality_combo, 0, 1, 0, 1);
encoding_options_table.attach (tag_checkbox, 0, 1, 1, 2);
fill_codec_quality_lists (ptr);
show_all_children ();
}