From 4becf7d0cb19fbbdad4f31b0881b77e689d2c1d6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Dec 2022 23:32:51 +0100 Subject: Extract resolution.h --- src/lib/dcp_video.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/dcp_video.h') diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 3bd516ccd..5b397a391 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -18,18 +18,22 @@ */ -#include "types.h" + #include "encode_server_description.h" +#include "resolution.h" #include #include + /** @file src/dcp_video_frame.h * @brief A single frame of video destined for a DCP. */ + class Log; class PlayerVideo; + /** @class DCPVideo * @brief A single frame of video destined for a DCP. * -- cgit v1.2.3