Keep current frame visible when trimming start. Don't trim the current
[dcpomatic.git] / src / wx / film_viewer.h
index 4776d24b48cc37976a5036e3e991056117e5b9de..4c7e3ba33c4d8a606c0a4ca92c1230311ce157b9 100644 (file)
@@ -44,6 +44,9 @@ public:
                return _position;
        }
 
+       void set_position (DCPTime p);
+       void set_ignore_player_changes (bool i);
+
        void refresh ();
 
        boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged;
@@ -80,6 +83,7 @@ private:
        wxStaticText* _timecode;
        wxToggleButton* _play_button;
        wxTimer _timer;
+       bool _ignore_player_changes;
 
        boost::shared_ptr<const Image> _frame;
        DCPTime _position;