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/ffmpeg_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/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 fd248c39a..bb852d9d8 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> |
