summaryrefslogtreecommitdiff
path: root/src/reel_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 00:18:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:37:01 +0100
commit82787546680784a2a6e0993ab5b570f0db3a2d4d (patch)
tree621aaf7d25e539bc02448647aead0e0affd0932a /src/reel_picture_asset.h
parentfe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc (diff)
Rename ReelMXFAsset -> ReelEncryptableAsset.
Diffstat (limited to 'src/reel_picture_asset.h')
-rw-r--r--src/reel_picture_asset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index a41cd9d2..98615c72 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
#ifndef LIBDCP_REEL_PICTURE_ASSET_H
#define LIBDCP_REEL_PICTURE_ASSET_H
-#include "reel_mxf_asset.h"
+#include "reel_encryptable_asset.h"
#include "picture_asset.h"
namespace dcp {
@@ -32,7 +32,7 @@ namespace dcp {
/** @class ReelPictureAsset
* @brief Part of a Reel's description which refers to a picture asset.
*/
-class ReelPictureAsset : public ReelMXFAsset
+class ReelPictureAsset : public ReelEncryptableAsset
{
public:
ReelPictureAsset ();