Fix uninitialised variable.
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Nov 2022 23:08:19 +0000 (00:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Nov 2022 23:08:19 +0000 (00:08 +0100)
src/wx/gl_video_view.cc

index 4fc620936d9eb837bc22cefe089d1fb1f678a384..397693f51f1fbd7afe26a5fb796f788e60488564 100644 (file)
@@ -79,6 +79,7 @@ check_gl_error (char const * last)
 GLVideoView::GLVideoView (FilmViewer* viewer, wxWindow *parent)
        : VideoView (viewer)
        , _context (nullptr)
+       , _rec2020(false)
        , _vsync_enabled (false)
        , _playing (false)
        , _one_shot (false)