Untested; allow viewing of subtitles or closed captions in the preview.
[dcpomatic.git] / src / wx / film_viewer.h
index 11d06cc4643c329e8626bb156f7afa202276697c..cb372391ad0306a16c4f614555af5b0e4b327891 100644 (file)
@@ -87,6 +87,7 @@ private:
        void slider_released ();
        void play_clicked ();
        void timer ();
+       void captions_changed ();
        void calculate_sizes ();
        void check_play_state ();
        void active_jobs_changed (boost::optional<std::string>);
@@ -120,9 +121,9 @@ private:
        /** The area that we put our image in */
        wxPanel* _panel;
        wxCheckBox* _outline_content;
-       wxRadioButton* _left_eye;
-       wxRadioButton* _right_eye;
+       wxChoice* _eye;
        wxCheckBox* _jump_to_selected;
+       wxChoice* _captions;
        wxSlider* _slider;
        wxButton* _rewind_button;
        wxButton* _back_button;