There's no longer ever a need to disable the mixdown-to-stereo option.
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2022 20:24:02 +0000 (22:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2022 20:24:02 +0000 (22:24 +0200)
This used to be necessary when subtitles were exported from the same dialogue
as videos.

src/wx/export_video_file_dialog.cc

index 3cc4b133fdf672a0f1f4a4793440de647288478f..ec54cc408e303fb509dd980b3f8a5ac4884c782f 100644 (file)
@@ -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]);
 }