Fix handling of timing in SMPTE subtitles.
[libdcp.git] / src / mono_picture_mxf.h
index 9f0a2eead3f174a833c1418c3e26578e639ad2d3..4e5211ca4c6a4f4ca2c574c25057620e4100901b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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 Asset> other,
+               EqualityOptions opt,
+               NoteHandler 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;
 };
 
 }