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/atmos_asset_writer.cc | |
| parent | 92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff) | |
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/atmos_asset_writer.cc')
| -rw-r--r-- | src/atmos_asset_writer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atmos_asset_writer.cc b/src/atmos_asset_writer.cc index eb0d608a..60529a2c 100644 --- a/src/atmos_asset_writer.cc +++ b/src/atmos_asset_writer.cc @@ -52,7 +52,7 @@ struct AtmosAssetWriter::ASDCPState }; AtmosAssetWriter::AtmosAssetWriter (AtmosAsset* asset, boost::filesystem::path file) - : AssetWriter (asset, file, SMPTE) + : AssetWriter (asset, file) , _state (new AtmosAssetWriter::ASDCPState) , _asset (asset) { @@ -67,7 +67,7 @@ AtmosAssetWriter::AtmosAssetWriter (AtmosAsset* asset, boost::filesystem::path f _state->desc.AtmosVersion = 0; - _asset->fill_writer_info (&_state->writer_info, _asset->id(), SMPTE); + _asset->fill_writer_info (&_state->writer_info, _asset->id()); } void |
