diff options
Diffstat (limited to 'src/mono_picture_mxf.h')
| -rw-r--r-- | src/mono_picture_mxf.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mono_picture_mxf.h b/src/mono_picture_mxf.h index c742ae37..c02a63c1 100644 --- a/src/mono_picture_mxf.h +++ b/src/mono_picture_mxf.h @@ -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; }; } |
