Fix typo in previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 8 Feb 2015 15:11:53 +0000 (15:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 8 Feb 2015 15:11:53 +0000 (15:11 +0000)
src/lib/j2k_image_proxy.cc

index d9cb79cadb9134c4de780db34329b8cab2e09d6b..f1bdac57dbe450384c1d9c25da73774c192d301c 100644 (file)
@@ -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)
 {
        
 }