diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:14:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:14:22 +0200 |
| commit | 24ee9f8cf3736c5cd946eb6df8bd3189f8a62ce0 (patch) | |
| tree | d33e33ded5b766cff09d748786a8427949de1f1d /src/wx/colour_conversion_editor.h | |
| parent | 1f336350e4c6f60c4597b43976d1a9e4e05ea61b (diff) | |
Fix MPEG2 DCP gamma (#3026).3026-mpeg2-colour
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; }; |
