diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-19 16:02:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-19 16:02:27 +0000 |
| commit | 3443fdbc38f56f4c83776d000f6aa61d00305cc8 (patch) | |
| tree | e1e2d16512e7bd3b684c49213e3447f7e2f66afe /src/lib/dcp_decoder.cc | |
| parent | aac56f99cc6b649e75e0466d1ef1baf4f3937fff (diff) | |
New way of checking for 2D content mislabelled as 3D (#1565).
Required because of the change to the way video frame timing
is done.
Diffstat (limited to 'src/lib/dcp_decoder.cc')
| -rw-r--r-- | src/lib/dcp_decoder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index 7af89e84d..e8ace8bee 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -28,6 +28,7 @@ #include "ffmpeg_image_proxy.h" #include "image.h" #include "config.h" +#include "frame_interval_checker.h" #include <dcp/dcp.h> #include <dcp/cpl.h> #include <dcp/reel.h> |
