summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
commit6c37cc1979b2a01205a888c4c98f3334685ee8dd (patch)
tree9de52a3053e57bdf79a7986319cb097b33e46b5c /src/reel.h
parentb75d977a38f039fd68ed5d4055ae70b4bf631603 (diff)
Tidying.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index 14d599ea..fdbe473a 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -31,25 +31,31 @@
files in the program, then also delete it here.
*/
+
#ifndef LIBDCP_REEL_H
#define LIBDCP_REEL_H
+
#include "key.h"
#include "types.h"
#include "ref.h"
#include <memory>
#include <boost/function.hpp>
+
namespace cxml {
class Node;
}
+
namespace xmlpp {
class Element;
}
+
namespace dcp {
+
class DecryptedKDM;
class ReelAsset;
class ReelPictureAsset;
@@ -60,6 +66,7 @@ class ReelClosedCaptionAsset;
class ReelAtmosAsset;
class Content;
+
/** @brief A reel within a DCP; the part which actually refers to picture, sound, subtitle, marker and Atmos data */
class Reel : public Object
{