X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fexport_video_file_dialog.cc;fp=src%2Fwx%2Fexport_video_file_dialog.cc;h=5e5e9c4ff441aaf3dfd3b2943c1f787dd5897b4d;hp=2dc452622e3f34c8206c23bada3886a7a5783c1e;hb=59209af1e2d73334ff7dfe6c7da465293dc24c0b;hpb=407b3f5a4696d1c2f77e6167bca10f880b168f9c diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc index 2dc452622..5e5e9c4ff 100644 --- a/src/wx/export_video_file_dialog.cc +++ b/src/wx/export_video_file_dialog.cc @@ -54,7 +54,7 @@ wxString format_extensions[] = { }; ExportFormat formats[] = { - ExportFormat::PRORES, + ExportFormat::PRORES_HQ, ExportFormat::H264_AAC, };