diff options
Diffstat (limited to 'src/picture_frame.h')
| -rw-r--r-- | src/picture_frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_frame.h b/src/picture_frame.h index d207333a..07519455 100644 --- a/src/picture_frame.h +++ b/src/picture_frame.h @@ -40,7 +40,7 @@ public: MonoPictureFrame (std::string mxf_path, int n); ~MonoPictureFrame (); - boost::shared_ptr<ARGBFrame> argb_frame () const; + boost::shared_ptr<ARGBFrame> argb_frame (int reduce = 0) const; private: ASDCP::JP2K::FrameBuffer* _buffer; @@ -53,7 +53,7 @@ public: StereoPictureFrame (std::string mxf_path, int n); ~StereoPictureFrame (); - boost::shared_ptr<ARGBFrame> argb_frame (Eye eye) const; + boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0) const; private: ASDCP::JP2K::SFrameBuffer* _buffer; |
