diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-06 01:01:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-13 22:29:01 +0000 |
| commit | 0e29e68e94daade47167ac5bc6b51362ef02b5c3 (patch) | |
| tree | accedb6af7c7763086af8abf108655791fce439d /src/stereo_picture_asset.h | |
| parent | 92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff) | |
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/stereo_picture_asset.h')
| -rw-r--r-- | src/stereo_picture_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h index fbf4e618..704ea1d4 100644 --- a/src/stereo_picture_asset.h +++ b/src/stereo_picture_asset.h @@ -44,10 +44,10 @@ class StereoPictureAsset : public PictureAsset { public: explicit StereoPictureAsset (boost::filesystem::path file); - explicit StereoPictureAsset (Fraction edit_rate); + explicit StereoPictureAsset (Fraction edit_rate, Standard standard); /** Start a progressive write to a StereoPictureAsset */ - boost::shared_ptr<PictureAssetWriter> start_write (boost::filesystem::path file, Standard, bool); + boost::shared_ptr<PictureAssetWriter> start_write (boost::filesystem::path file, bool); boost::shared_ptr<StereoPictureAssetReader> start_read () const; bool equals ( |
