summaryrefslogtreecommitdiff
path: root/src/picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-13 01:17:09 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-13 01:17:09 +0100
commitc2ec345242b680426938ed3ef7332ede1d3276a6 (patch)
treea874651b7d1047fc34c047fde15c7d7029c35e10 /src/picture_asset.h
parent830d8e01713add5856f44a5246eb65781458d0b8 (diff)
Partial subtitle work.
Diffstat (limited to 'src/picture_asset.h')
-rw-r--r--src/picture_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h
index c0e5f649..f2c4bb34 100644
--- a/src/picture_asset.h
+++ b/src/picture_asset.h
@@ -22,7 +22,7 @@
*/
#include <openjpeg.h>
-#include "asset.h"
+#include "mxf_asset.h"
namespace libdcp
{
@@ -30,7 +30,7 @@ namespace libdcp
class PictureFrame;
/** @brief An asset made up of JPEG2000 files */
-class PictureAsset : public Asset
+class PictureAsset : public MXFAsset
{
public:
/** Construct a PictureAsset, generating the MXF from the JPEG2000 files.