From 8d67ad2e74b6d2c88b52a397a2c2823254ec09fb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 May 2022 21:35:46 +0200 Subject: wip: black pieces; sad part is that Shuffler can't cope with content that doesn't start at the same time. --- src/lib/video_decoder.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 828ac66a2..d8ed025e6 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -28,19 +28,19 @@ #define DCPOMATIC_VIDEO_DECODER_H -#include "decoder.h" -#include "video_content.h" -#include "util.h" +#include "frame_interval_checker.h" #include "content_video.h" +#include "decoder.h" #include "decoder_part.h" +#include "util.h" +#include "video_content.h" #include -class VideoContent; -class ImageProxy; class Image; +class ImageProxy; class Log; -class FrameIntervalChecker; +class VideoContent; /** @class VideoDecoder -- cgit v1.2.3