diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
| commit | 4126980a15f4f6bb981d0793bd37483456c5bc79 (patch) | |
| tree | fbc22b199fc7c747aa74e03ef22e65d0d61b2d1c /src/reel_stereo_picture_asset.h | |
| parent | d88c2244d4f90d54164fcc856c3ba73809756381 (diff) | |
Misc fixes.
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
| -rw-r--r-- | src/reel_stereo_picture_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h index 6ae67217..56e357be 100644 --- a/src/reel_stereo_picture_asset.h +++ b/src/reel_stereo_picture_asset.h @@ -21,9 +21,13 @@ namespace dcp { +class StereoPictureMXF; + class ReelStereoPictureAsset : public ReelPictureAsset { public: + ReelStereoPictureAsset (); + ReelStereoPictureAsset (boost::shared_ptr<StereoPictureMXF> content, int64_t entry_point); ReelStereoPictureAsset (boost::shared_ptr<const cxml::Node>); private: |
