X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=ba4c23ddf8cbb155f745b0ff33914fd747952866;hp=d0faeb9d42883f1fcdcd8cb7774b09fec159bc6e;hb=d2522364d5e64d07449b2bf6a36be7fdac258f71;hpb=20da60db1c5a388629b054ed6e1b143decbbd5de diff --git a/src/lib/content.h b/src/lib/content.h index d0faeb9d4..ba4c23ddf 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -244,7 +244,7 @@ private: * else (either some video happening at the same time, or the rate of the DCP). */ boost::optional _video_frame_rate; - bool _change_signals_frequent; + bool _change_signals_frequent = false; };