Add OK note when main picture active area is valid.
[libdcp.git] / src / stereo_picture_asset.h
index a33650484df90ac4622e2d2a703009b7590e990a..6ee1d423dd992767abb73412e76a095f2b4d7b37 100644 (file)
@@ -58,12 +58,12 @@ public:
        explicit StereoPictureAsset (Fraction edit_rate, Standard standard);
 
        /** Start a progressive write to a StereoPictureAsset */
-       std::shared_ptr<PictureAssetWriter> start_write (boost::filesystem::path file, bool) override;
+       std::shared_ptr<PictureAssetWriter> start_write(boost::filesystem::path file, Behaviour behaviour) override;
        std::shared_ptr<StereoPictureAssetReader> start_read () const;
 
        bool equals (
                std::shared_ptr<const Asset> other,
-               EqualityOptions opt,
+               EqualityOptions const& opt,
                NoteHandler note
                ) const override;
 };