diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-19 21:35:46 +0200 |
| commit | 8d67ad2e74b6d2c88b52a397a2c2823254ec09fb (patch) | |
| tree | c5901380449dcd83ea8f5eaeafd775d8f40e6c29 /src/lib/video_decoder.h | |
| parent | e08d1ce718493a869e429be3a6f811575f2c8dd1 (diff) | |
wip: black pieces; sad part is that Shuffler can't cope with content that doesn't start at the same time.2253-3d-empty
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <boost/signals2.hpp> -class VideoContent; -class ImageProxy; class Image; +class ImageProxy; class Log; -class FrameIntervalChecker; +class VideoContent; /** @class VideoDecoder |
