summaryrefslogtreecommitdiff
path: root/src/atmos_asset_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/atmos_asset_writer.cc')
-rw-r--r--src/atmos_asset_writer.cc4
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