diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 15:35:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 15:35:24 +0100 |
| commit | 6c37cc1979b2a01205a888c4c98f3334685ee8dd (patch) | |
| tree | 9de52a3053e57bdf79a7986319cb097b33e46b5c /src/reel.h | |
| parent | b75d977a38f039fd68ed5d4055ae70b4bf631603 (diff) | |
Tidying.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 { |
