From 98ed02021bb7cc64729e919553d937d3f28fccf9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Jul 2022 22:24:02 +0200 Subject: [PATCH] There's no longer ever a need to disable the mixdown-to-stereo option. This used to be necessary when subtitles were exported from the same dialogue as videos. --- src/wx/export_video_file_dialog.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc index 3cc4b133f..ec54cc408 100644 --- a/src/wx/export_video_file_dialog.cc +++ b/src/wx/export_video_file_dialog.cc @@ -173,7 +173,6 @@ ExportVideoFileDialog::format_changed () for (int i = 0; i < 2; ++i) { _x264_crf_label[i]->Enable(formats[selection] == ExportFormat::H264_AAC); } - _mixdown->Enable (selection != 2); Config::instance()->export_config().set_format(formats[selection]); } -- 2.30.2