diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-07 23:26:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-07 23:26:51 +0000 |
| commit | 75538d19688ad8c29c5949de9bff9f044c713936 (patch) | |
| tree | f16509ab4ceb02be3e4b5cc07042cfa043003709 /src/wx/dcp_panel.h | |
| parent | a3ec24ce1952a3bfd556d30b50cee79cc57436cb (diff) | |
Add button to force re-encode of J2K content.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 8c20dc174..c43311429 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -77,6 +77,7 @@ private: void reel_type_changed (); void reel_length_changed (); void upload_after_make_dcp_changed (); + void reencode_j2k_changed (); void setup_frame_rate_widget (); void setup_container (); @@ -127,6 +128,7 @@ private: wxButton* _show_audio; wxButton* _best_frame_rate; wxCheckBox* _three_d; + wxCheckBox* _reencode_j2k; wxStaticText* _resolution_label; wxChoice* _resolution; wxStaticText* _standard_label; |
