diff options
Diffstat (limited to 'src/stereo_picture_asset_writer.h')
| -rw-r--r-- | src/stereo_picture_asset_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stereo_picture_asset_writer.h b/src/stereo_picture_asset_writer.h index 771524c4..96572989 100644 --- a/src/stereo_picture_asset_writer.h +++ b/src/stereo_picture_asset_writer.h @@ -24,7 +24,7 @@ #include <boost/utility.hpp> #include "picture_asset_writer.h" -namespace libdcp { +namespace dcp { /** A helper class for writing to StereoPictureAssets progressively (i.e. writing frame-by-frame, * rather than giving libdcp all the frames in one go). @@ -56,7 +56,7 @@ private: struct ASDCPState; boost::shared_ptr<ASDCPState> _state; - libdcp::Eye _next_eye; + dcp::Eye _next_eye; }; } |
