Cleanup: use default value in header.
[dcpomatic.git] / src / lib / content.h
index 7c02ee0e39effc323216cfc28d29da07ea63d236..ba4c23ddf8cbb155f745b0ff33914fd747952866 100644 (file)
@@ -226,6 +226,7 @@ private:
        friend struct best_dcp_frame_rate_test_single;
        friend struct best_dcp_frame_rate_test_double;
        friend struct audio_sampling_rate_test;
+       friend struct subtitle_font_id_change_test2;
        template<class, class> friend class ChangeSignaller;
 
        void signal_change (ChangeType, int);
@@ -243,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;
 };