summaryrefslogtreecommitdiff
path: root/src/wx/export_video_file_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-12 21:44:53 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-12 21:44:53 +0200
commit59209af1e2d73334ff7dfe6c7da465293dc24c0b (patch)
treed82ac343b7ca27cb493d1458dda85bb15d6c4e23 /src/wx/export_video_file_dialog.cc
parent407b3f5a4696d1c2f77e6167bca10f880b168f9c (diff)
Rename PRORES -> PRORES_HQ
Diffstat (limited to 'src/wx/export_video_file_dialog.cc')
-rw-r--r--src/wx/export_video_file_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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,
};