X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fexport_video_file_dialog.cc;h=ec54cc408e303fb509dd980b3f8a5ac4884c782f;hb=98ed02021bb7cc64729e919553d937d3f28fccf9;hp=3cc4b133fdf672a0f1f4a4793440de647288478f;hpb=1c57df596882f15403ee97d01862f8b76cfb797b;p=dcpomatic.git 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]); }