diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-23 20:12:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-23 20:12:00 +0100 |
| commit | dddaa7abf05f182246a5b7d9b6ebc64c25d4bd86 (patch) | |
| tree | 8202b91dea37519b16795a82a51e89dab81c95f8 /src/picture_asset_writer.h | |
| parent | cda45ffec08fef1a6d4ac99b0d0b1807e6fe0185 (diff) | |
Renaming to try to fix windows confusion.
Diffstat (limited to 'src/picture_asset_writer.h')
| -rw-r--r-- | src/picture_asset_writer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/picture_asset_writer.h b/src/picture_asset_writer.h index a0f0bdc8..6f33d3b6 100644 --- a/src/picture_asset_writer.h +++ b/src/picture_asset_writer.h @@ -101,8 +101,8 @@ private: ASDCP headers */ - struct ASDCPState; - boost::shared_ptr<ASDCPState> _state; + struct MonoASDCPState; + boost::shared_ptr<MonoASDCPState> _state; }; /** A helper class for writing to StereoPictureAssets progressively (i.e. writing frame-by-frame, @@ -132,8 +132,8 @@ private: ASDCP headers */ - struct ASDCPState; - boost::shared_ptr<ASDCPState> _state; + struct StereoASDCPState; + boost::shared_ptr<StereoASDCPState> _state; libdcp::Eye _next_eye; }; |
