From 234bca29f70aeeba4fffd67f987de876ff89b6cc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Sep 2018 21:22:33 +0100 Subject: Basic and rather clumsy option to respect KDM validity windows. --- src/lib/dcp_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/dcp_content.h') diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 43476e729..db617afa2 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -138,6 +138,8 @@ public: return _three_d; } + bool kdm_timing_window_valid () const; + private: friend class reels_test5; -- cgit v1.2.3