From 24ee9f8cf3736c5cd946eb6df8bd3189f8a62ce0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Oct 2025 21:14:04 +0200 Subject: Fix MPEG2 DCP gamma (#3026). --- src/wx/colour_conversion_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/colour_conversion_editor.h') diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index ac2273540..6ec524992 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -83,6 +83,7 @@ private: wxTextCtrl* _adjusted_white_x; wxTextCtrl* _adjusted_white_y; CheckBox* _output_j2k; + CheckBox* _output_mpeg2; wxStaticText* _rgb_to_xyz[3][3]; wxStaticText* _bradford[3][3]; }; -- cgit v1.2.3