diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-19 17:23:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-19 17:23:21 +0100 |
| commit | 1679c3dc40262733f46dda9f4151367bf93f2b76 (patch) | |
| tree | da329b5d85b67a1669a5e1b7c74d725c4dc8809c /src/lib/video_mxf_decoder.cc | |
| parent | 588a3899fd6069f18b6e9f3d5ec62f2e938e034d (diff) | |
Nicer fix for 2D-labelled-3D checking from master.
Diffstat (limited to 'src/lib/video_mxf_decoder.cc')
| -rw-r--r-- | src/lib/video_mxf_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_mxf_decoder.cc b/src/lib/video_mxf_decoder.cc index 1bf2b1bef..4482606f0 100644 --- a/src/lib/video_mxf_decoder.cc +++ b/src/lib/video_mxf_decoder.cc @@ -22,6 +22,7 @@ #include "video_decoder.h" #include "video_mxf_content.h" #include "j2k_image_proxy.h" +#include "frame_interval_checker.h" #include <dcp/mono_picture_asset.h> #include <dcp/mono_picture_asset_reader.h> #include <dcp/stereo_picture_asset.h> |
