diff options
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index fe363da5..ed407cf9 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -43,6 +43,7 @@ public: ~StereoPictureFrame (); boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0, float srgb_gamma = 2.4) const; + void rgb_frame (Eye eye, uint8_t* buffer) const; uint8_t const * left_j2k_data () const; int left_j2k_size () const; uint8_t const * right_j2k_data () const; |
