summaryrefslogtreecommitdiff
path: root/src/reel_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 18:41:44 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 18:41:44 +0100
commit26c7fc71df9a6207696323e6f62b2020da2a9435 (patch)
tree543ce72f72a9bf21527e41071a6304d903e3f7e0 /src/reel_picture_asset.h
parentca6a4a18769e57dfe2c6896c87db1566e9ecda0d (diff)
Make ReelEncryptableAsset like MXF.
Diffstat (limited to 'src/reel_picture_asset.h')
-rw-r--r--src/reel_picture_asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index 98615c72..2acbc282 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -25,6 +25,7 @@
#define LIBDCP_REEL_PICTURE_ASSET_H
#include "reel_encryptable_asset.h"
+#include "reel_asset.h"
#include "picture_asset.h"
namespace dcp {
@@ -32,7 +33,7 @@ namespace dcp {
/** @class ReelPictureAsset
* @brief Part of a Reel's description which refers to a picture asset.
*/
-class ReelPictureAsset : public ReelEncryptableAsset
+class ReelPictureAsset : public ReelAsset, public ReelEncryptableAsset
{
public:
ReelPictureAsset ();