summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-19 16:02:24 +0000
committerCarl Hetherington <cth@carlh.net>2020-02-19 16:02:27 +0000
commit3443fdbc38f56f4c83776d000f6aa61d00305cc8 (patch)
treee1e2d16512e7bd3b684c49213e3447f7e2f66afe /src/lib/ffmpeg_decoder.cc
parentaac56f99cc6b649e75e0466d1ef1baf4f3937fff (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.cc1
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>