Add Reader classes to permit much more efficient DCP reading.
[libdcp.git] / src / picture_asset_writer.h
index e263d479f1bb67435f59afefeae06655d4deb668..a815fbcda405bd3696ae753dc45f6cc5d883e234 100644 (file)
@@ -74,7 +74,6 @@ protected:
        PictureAssetWriter (PictureAsset *, boost::filesystem::path, Standard standard, bool);
 
        PictureAsset* _picture_asset;
-       bool _started;
        Standard _standard;
        bool _overwrite;
 };