From 3443fdbc38f56f4c83776d000f6aa61d00305cc8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Feb 2020 16:02:24 +0000 Subject: New way of checking for 2D content mislabelled as 3D (#1565). Required because of the change to the way video frame timing is done. --- src/lib/ffmpeg_decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg_decoder.cc') 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 #include #include -- cgit v1.2.3