summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-06 21:02:42 +0200
committerCarl Hetherington <cth@carlh.net>2022-11-06 23:46:03 +0100
commitd2522364d5e64d07449b2bf6a36be7fdac258f71 (patch)
tree45a078169cb261067433d8d68726df958d24d53c /src/lib/content.h
parent20da60db1c5a388629b054ed6e1b143decbbd5de (diff)
Cleanup: use default value in header.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
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<double> _video_frame_rate;
- bool _change_signals_frequent;
+ bool _change_signals_frequent = false;
};