diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:13:37 +0100 |
| commit | 2ae92dcc97765deb2845dd07a338858aeb375cb3 (patch) | |
| tree | 6f0f8dec0b81a0a7d56e8dbc3a87f0986dae6748 /src/stereo_picture_frame.h | |
| parent | 13db82c73af330ffbc7a813cd38c5bef36d5b54c (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; |
