Add DCP size and length to player.
[dcpomatic.git] / src / wx / film_viewer.h
index b445528b1a93cc9fec16ccf7627ca18c462231cd..f8658be3834cb1a3f0866e269620bd1edbc0e9c7 100644 (file)
@@ -98,6 +98,7 @@ private:
        boost::shared_ptr<Player> _player;
 
        wxSizer* _v_sizer;
+       /** The area that we put our image in */
        wxPanel* _panel;
        wxCheckBox* _outline_content;
        wxRadioButton* _left_eye;