diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
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; }; |
