diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-27 15:19:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-27 15:19:30 +0100 |
| commit | 4843bf7b6820fe9f027699cf30c41804e714fbac (patch) | |
| tree | 443970dc9b7a865b4b8130ba5115d28f00ad8b54 /src/lib/hints.h | |
| parent | c8b10d5eac6006b62d2a7add9da0c6206b72899b (diff) | |
Check for long CCAP lines and too many CCAP lines.
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index ad66fb472..6ee398c88 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -52,4 +52,7 @@ private: boost::thread* _thread; bool _long_ccap; + bool _overlap_ccap; + bool _too_many_ccap_lines; + boost::optional<DCPTimePeriod> _last; }; |
