Rename PRORES -> PRORES_HQ
[dcpomatic.git] / src / wx / export_video_file_dialog.cc
index 2dc452622e3f34c8206c23bada3886a7a5783c1e..5e5e9c4ff441aaf3dfd3b2943c1f787dd5897b4d 100644 (file)
@@ -54,7 +54,7 @@ wxString format_extensions[] = {
 };
 
 ExportFormat formats[] = {
-       ExportFormat::PRORES,
+       ExportFormat::PRORES_HQ,
        ExportFormat::H264_AAC,
 };