summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 12:40:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 12:40:38 +0100
commitc6113e09ca546d5a739b36aa0d198581958d9ded (patch)
tree3747f83e86ec7fcfd5475d39486e7f6547c9c568 /src/wx/film_editor.h
parent5ad79869f79c8fa140974e89b3c67b8eefc7d067 (diff)
Speculative 4K support.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index f2c6745de..c965a7aff 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -97,6 +97,7 @@ private:
void length_changed ();
void ratio_changed (wxCommandEvent &);
void dcp_audio_channels_changed (wxCommandEvent &);
+ void dcp_resolution_changed (wxCommandEvent &);
/* Handle changes to the model */
void film_changed (Film::Property);
@@ -173,6 +174,7 @@ private:
AudioMappingView* _audio_mapping;
Timecode* _start;
Timecode* _length;
+ wxChoice* _dcp_resolution;
std::vector<Ratio const *> _ratios;