Primitive auto-crop (#1477).
[dcpomatic.git] / src / wx / video_view.h
index 5353f213f8803e3e2a9865c6a0567610edf51fc9..496888d43db4ddf05dc243b98290109ce53f8b9d 100644 (file)
@@ -146,6 +146,10 @@ protected:
                return wxColour(0, 255, 0);
        }
 
+       wxColour crop_guess_colour () const {
+               return wxColour(0, 0, 255);
+       }
+
        int video_frame_rate () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _video_frame_rate;