Add basic KDM information to the player (#2225).
[dcpomatic.git] / src / wx / player_information.h
index 269a9e6c7357555167fc6f7c6e585fbaeacf799a..b311847cb17be9a6c638eff14e71be36ad081848 100644 (file)
@@ -41,8 +41,11 @@ private:
        void periodic_update ();
 
        std::weak_ptr<FilmViewer> _viewer;
+       wxPanel* _kdm_panel;
        wxSizer* _sizer;
        wxStaticText** _dcp;
+       wxStaticText* _kdm_from;
+       wxStaticText* _kdm_to;
        wxStaticText* _dropped;
        wxStaticText* _decode_resolution;
        boost::scoped_ptr<wxTimer> _timer;