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/ffmpeg_decoder.cc | |
| parent | 588a3899fd6069f18b6e9f3d5ec62f2e938e034d (diff) | |
Nicer fix for 2D-labelled-3D checking from master.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 2f92b9b7c..77b608fa8 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -42,6 +42,7 @@ #include "compose.hpp" #include "text_content.h" #include "audio_content.h" +#include "frame_interval_checker.h" #include <dcp/subtitle_string.h> #include <sub/ssa_reader.h> #include <sub/subtitle.h> |
