summaryrefslogtreecommitdiff
path: root/src/picture_asset_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/picture_asset_writer.h')
-rw-r--r--src/picture_asset_writer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h
index 6f33d3b6..a0f0bdc8 100644
--- a/src/picture_asset_writer.h
+++ b/src/picture_asset_writer.h
@@ -101,8 +101,8 @@ private:
ASDCP headers
*/
- struct MonoASDCPState;
- boost::shared_ptr<MonoASDCPState> _state;
+ struct ASDCPState;
+ boost::shared_ptr<ASDCPState> _state;
};
/** A helper class for writing to StereoPictureAssets progressively (i.e. writing frame-by-frame,
@@ -132,8 +132,8 @@ private:
ASDCP headers
*/
- struct StereoASDCPState;
- boost::shared_ptr<StereoASDCPState> _state;
+ struct ASDCPState;
+ boost::shared_ptr<ASDCPState> _state;
libdcp::Eye _next_eye;
};