X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel.h;h=fdbe473a64739de24ee35065579fcd1cef447b07;hb=6c37cc1979b2a01205a888c4c98f3334685ee8dd;hp=14d599ea5677dbfb670635faa8241930ed5150c5;hpb=b75d977a38f039fd68ed5d4055ae70b4bf631603;p=libdcp.git 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 #include + 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 {