Merge branch 'master' into speed-up
[dcpomatic.git] / src / wx / film_editor.h
index 428b994b8e6c9beffa6eedcb98fb409705f64de2..7e75b4bf00841fbcd766778471a989f7f81ec425 100644 (file)
@@ -61,6 +61,7 @@ private:
        void top_crop_changed (wxCommandEvent &);
        void bottom_crop_changed (wxCommandEvent &);
        void content_changed (wxCommandEvent &);
+       void trust_content_header_changed (wxCommandEvent &);
        void format_changed (wxCommandEvent &);
        void dcp_trim_start_changed (wxCommandEvent &);
        void dcp_trim_end_changed (wxCommandEvent &);
@@ -118,6 +119,7 @@ private:
        wxComboBox* _format;
        /** The Film's content file */
        wxFilePickerCtrl* _content;
+       wxCheckBox* _trust_content_header;
        /** The Film's left crop */
        wxSpinCtrl* _left_crop;
        /** The Film's right crop */