Cleanup: use default value in header.
[dcpomatic.git] / src / lib / content.h
index d0faeb9d42883f1fcdcd8cb7774b09fec159bc6e..ba4c23ddf8cbb155f745b0ff33914fd747952866 100644 (file)
@@ -244,7 +244,7 @@ private:
         *  else (either some video happening at the same time, or the rate of the DCP).
         */
        boost::optional<double> _video_frame_rate;
-       bool _change_signals_frequent;
+       bool _change_signals_frequent = false;
 };