Primitive auto-crop (#1477).
[dcpomatic.git] / src / wx / video_view.h
index a1cc41f072d88f6df06ad60648dbb8e33c30c37a..b815afb7cc9da251283f21c3170fac3b0d53f1fc 100644 (file)
@@ -149,6 +149,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;