diff options
Diffstat (limited to 'src/stereo_picture_mxf.h')
| -rw-r--r-- | src/stereo_picture_mxf.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/stereo_picture_mxf.h b/src/stereo_picture_mxf.h index f4a4771a..dc4605c7 100644 --- a/src/stereo_picture_mxf.h +++ b/src/stereo_picture_mxf.h @@ -34,11 +34,13 @@ public: /** Start a progressive write to a StereoPictureMXF */ boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path file, Standard, bool); + bool equals ( + boost::shared_ptr<const Content> other, + EqualityOptions opt, + boost::function<void (NoteType, std::string)> note + ) const; + boost::shared_ptr<const StereoPictureFrame> get_frame (int n) const; - bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const; - -private: - int edit_rate_factor () const; }; } |
