Various tinkerings.
[libdcp.git] / src / mono_picture_mxf.h
index c742ae3736807f65387adb78d4ec087201c149c5..c02a63c108aa63989ed20accc60561b3ee2b5820 100644 (file)
@@ -45,12 +45,16 @@ public:
        /** Start a progressive write to a MonoPictureMXF */
        boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path, Standard standard, bool);
 
+       bool equals (
+               boost::shared_ptr<const Content> other,
+               EqualityOptions opt,
+               boost::function<void (NoteType, std::string)> note
+               ) const;
+       
        boost::shared_ptr<const MonoPictureFrame> get_frame (int n) const;
-       bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const;
 
 private:
        std::string cpl_node_name () const;
-       int edit_rate_factor () const;
 };
 
 }