13
0

fix initialization order

This commit is contained in:
Paul Davis 2019-03-03 10:19:06 -07:00
parent 477628a884
commit d2d349a30b

View File

@ -56,8 +56,8 @@ LTC_TransportMaster::LTC_TransportMaster (std::string const & name)
, monotonic_cnt (0)
, delayedlocked (10)
, ltc_detect_fps_cnt (0)
, printed_timecode_warning (false)
, ltc_detect_fps_max (0)
, printed_timecode_warning (false)
, sync_lock_broken (false)
, ltc_timecode (Timecode::timecode_24)
, a3e_timecode (Timecode::timecode_24)