X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fgl_video_view.h;h=964f6f1ab9db2db8469e1fce8a36bd2d93279fa3;hp=fd9154a7338d946a8c1b31a619adde843f9f4324;hb=c9a1e2040bf5600aeafdefe56a3bf46e15419a16;hpb=0a3bcd6e5f5243df76b3440dcd6a47092668946b diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index fd9154a73..964f6f1ab 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -134,6 +134,7 @@ private: Last>> _last_crop_guess; boost::atomic _canvas_size; + boost::atomic _rec2020; std::unique_ptr _video_texture; std::unique_ptr _subtitle_texture; bool _have_subtitle_to_render = false;