summaryrefslogtreecommitdiff
path: root/src/atmos_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-19 13:09:09 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-19 13:15:34 +0200
commit1fcc2d967b50d0a09a6f4cc2ab47d3d2206911a4 (patch)
tree08b0a91de5aeaffd2069d8336d565eeaf2642f55 /src/atmos_asset.h
parentcdb664d5be551715d9f55d00920ed92b4e2123e0 (diff)
I believe atmos_id is a unique identifier, so create it in the
same way that all the others are created.
Diffstat (limited to 'src/atmos_asset.h')
-rw-r--r--src/atmos_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h
index 61f94055..f7794a2a 100644
--- a/src/atmos_asset.h
+++ b/src/atmos_asset.h
@@ -45,7 +45,7 @@ class AtmosAssetWriter;
class AtmosAsset : public Asset, public MXF
{
public:
- AtmosAsset (Fraction edit_rate, int first_frame, int max_channel_count, int max_object_count, std::string atmos_id, int atmos_version);
+ AtmosAsset (Fraction edit_rate, int first_frame, int max_channel_count, int max_object_count, int atmos_version);
explicit AtmosAsset (boost::filesystem::path file);
boost::shared_ptr<AtmosAssetWriter> start_write (boost::filesystem::path file);