summaryrefslogtreecommitdiff
path: root/src/stereo_picture_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_picture_frame.h')
-rw-r--r--src/stereo_picture_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h
index 13c02232..3d334d34 100644
--- a/src/stereo_picture_frame.h
+++ b/src/stereo_picture_frame.h
@@ -68,6 +68,8 @@ public:
class Part : public Data
{
public:
+ Part (std::shared_ptr<ASDCP::JP2K::SFrameBuffer> buffer, Eye eye);
+
uint8_t const * data () const;
uint8_t * data ();
int size () const;
@@ -75,7 +77,6 @@ public:
private:
friend class StereoPictureFrame;
- Part (std::shared_ptr<ASDCP::JP2K::SFrameBuffer> buffer, Eye eye);
ASDCP::JP2K::FrameBuffer& mono () const;
std::shared_ptr<ASDCP::JP2K::SFrameBuffer> _buffer;