summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-10 23:32:51 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-11 00:19:21 +0100
commit4becf7d0cb19fbbdad4f31b0881b77e689d2c1d6 (patch)
tree593a00f78db056ee23408198fbfb3ca5b1cb9d58 /src/lib/dcp_video.h
parent2d6dc3ab7212316bc297b7fceea27d12187a6c06 (diff)
Extract resolution.h
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h6
1 files changed, 5 insertions, 1 deletions
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 <libcxml/cxml.h>
#include <dcp/array_data.h>
+
/** @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.
*