X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_picture_asset.h;fp=src%2Freel_picture_asset.h;h=961cde9cee3024415601c6d87d17726ed88271d9;hb=2f2643b6ddc36d6efcf4d41913ec4f711750e9c4;hp=12c23717d032a52af70887ceaf097bfb69a77097;hpb=d13f684575000397ee0e5c8371c4de3a48234432;p=libdcp.git diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 12c23717..961cde9c 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -41,7 +41,7 @@ #define LIBDCP_REEL_PICTURE_ASSET_H -#include "reel_mxf.h" +#include "reel_file_asset.h" #include "reel_asset.h" #include "picture_asset.h" @@ -52,7 +52,7 @@ namespace dcp { /** @class ReelPictureAsset * @brief Part of a Reel's description which refers to a picture asset */ -class ReelPictureAsset : public ReelAsset, public ReelMXF +class ReelPictureAsset : public ReelAsset, public ReelFileAsset { public: ReelPictureAsset (std::shared_ptr asset, int64_t entry_point);