Some comments.
[libdcp.git] / src / picture_asset.h
index c0e5f6498200845b83c0f9f280297d1cba162ed1..f2c4bb34d3adfbc0c9d5c6491f5083672c127e3f 100644 (file)
@@ -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.