diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
| commit | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch) | |
| tree | cc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/stereo_picture_frame.h | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index e10167aa..5be764fe 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -34,7 +34,7 @@ namespace dcp { class OpenJPEGImage; -/** A single frame of a 3D (stereoscopic) picture asset */ +/** A single frame of a 3D (stereoscopic) picture asset */ class StereoPictureFrame : public boost::noncopyable { public: @@ -47,7 +47,7 @@ public: uint8_t const * left_j2k_data () const; uint8_t* left_j2k_data (); int left_j2k_size () const; - + uint8_t const * right_j2k_data () const; uint8_t* right_j2k_data (); int right_j2k_size () const; |
