summaryrefslogtreecommitdiff
path: root/src/stereo_picture_mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_picture_mxf.h')
-rw-r--r--src/stereo_picture_mxf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/stereo_picture_mxf.h b/src/stereo_picture_mxf.h
index 4af8a327..eb527a1e 100644
--- a/src/stereo_picture_mxf.h
+++ b/src/stereo_picture_mxf.h
@@ -29,16 +29,15 @@ class StereoPictureMXF : public PictureMXF
{
public:
StereoPictureMXF (boost::filesystem::path file);
+ StereoPictureMXF (Fraction edit_rate);
/** Start a progressive write to a StereoPictureMXF */
- boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path file, bool);
+ boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path file, Standard, bool);
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:
- std::string cpl_node_name () const;
- std::pair<std::string, std::string> cpl_node_attribute () const;
int edit_rate_factor () const;
};