From 039d9d0c98ed62e7d08667af3427869dc6207d45 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 Nov 2019 01:42:49 +0100 Subject: Add UI for DCP head/tail. --- src/wx/dcp_panel.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/wx/dcp_panel.h') diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 887ae7c77..a50a473e9 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -19,6 +19,7 @@ */ #include "lib/config.h" +#include "timecode.h" #include #include @@ -83,6 +84,8 @@ private: void markers_clicked (); void metadata_clicked (); void reencode_j2k_changed (); + void head_changed (); + void tail_changed (); void setup_frame_rate_widget (); void setup_container (); @@ -139,6 +142,11 @@ private: wxChoice* _resolution; wxStaticText* _standard_label; wxChoice* _standard; + wxSizer* _hmsf; + wxStaticText* _head_label; + Timecode* _head; + wxStaticText* _tail_label; + Timecode* _tail; wxCheckBox* _signed; wxCheckBox* _encrypted; wxStaticText* _key_label; -- cgit v1.2.3