diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
| commit | c2ec345242b680426938ed3ef7332ede1d3276a6 (patch) | |
| tree | a874651b7d1047fc34c047fde15c7d7029c35e10 /src/picture_asset.h | |
| parent | 830d8e01713add5856f44a5246eb65781458d0b8 (diff) | |
Partial subtitle work.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 4 |
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. |
