diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:49:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:49:22 +0100 |
| commit | 1dc773708e26f00e5d31124ae99eda9cbdad3ecd (patch) | |
| tree | 4fc05ece600a97a7c222a125d9fa8668275ac821 /src/reel_picture_asset.h | |
| parent | 26c7fc71df9a6207696323e6f62b2020da2a9435 (diff) | |
ReelEncryptableAsset -> ReelMXF.
Diffstat (limited to 'src/reel_picture_asset.h')
| -rw-r--r-- | src/reel_picture_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 2acbc282..4feafeb0 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -24,7 +24,7 @@ #ifndef LIBDCP_REEL_PICTURE_ASSET_H #define LIBDCP_REEL_PICTURE_ASSET_H -#include "reel_encryptable_asset.h" +#include "reel_mxf.h" #include "reel_asset.h" #include "picture_asset.h" @@ -33,7 +33,7 @@ namespace dcp { /** @class ReelPictureAsset * @brief Part of a Reel's description which refers to a picture asset. */ -class ReelPictureAsset : public ReelAsset, public ReelEncryptableAsset +class ReelPictureAsset : public ReelAsset, public ReelMXF { public: ReelPictureAsset (); |
