Allow player to handle VF/OV and KDMs.
[dcpomatic.git] / src / wx / player_information.h
index 7eafeb122cfb25f3f61c3fedce044a4133ab9871..0fcbb15ee840920e99b9cbd402fbe96c455cdb29 100644 (file)
@@ -36,9 +36,7 @@ private:
 
        FilmViewer* _viewer;
        wxSizer* _sizer;
-       wxStaticText* _cpl_name;
-       wxStaticText* _size;
-       wxStaticText* _length;
+       wxStaticText** _dcp;
        wxStaticText* _dropped;
        boost::scoped_ptr<wxTimer> _timer;
 };