diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-08 15:11:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-08 15:11:53 +0000 |
| commit | 3904df929a551d899fb1abe4ea174173e98b63ad (patch) | |
| tree | 01d5315d8923234160915d6c1cc84383411d5d2b /src | |
| parent | d2f25b8f41d05ca22ab41b1a1a79fe58a9d4adff (diff) | |
Fix typo in previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/j2k_image_proxy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index d9cb79cad..f1bdac57d 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -38,7 +38,7 @@ using boost::optional; J2KImageProxy::J2KImageProxy (boost::filesystem::path path, dcp::Size size) : _mono (new dcp::MonoPictureFrame (path)) , _size (size) - , _eye (EYE_BOTH) + , _eye (EYES_BOTH) { } @@ -46,7 +46,7 @@ J2KImageProxy::J2KImageProxy (boost::filesystem::path path, dcp::Size size) J2KImageProxy::J2KImageProxy (shared_ptr<const dcp::MonoPictureFrame> frame, dcp::Size size) : _mono (frame) , _size (size) - , _eye (EYE_BOTH) + , _eye (EYES_BOTH) { } |
