diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-19 19:42:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-19 19:42:26 +0100 |
| commit | af9b2212f0d8f8c1f53aaf29e520b812dfdc321c (patch) | |
| tree | 82d12ed02b489d4e0f978a333cc130f4c427ea60 /src/asset.h | |
| parent | 13c6d55d16337abbd8d8969d7062a515c1b26995 (diff) | |
Initial work on subtitle writing.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h index 32fd93ae..d518a5b9 100644 --- a/src/asset.h +++ b/src/asset.h @@ -45,9 +45,9 @@ class Asset public: /** Construct an Asset. * @param directory Directory where our XML or MXF file is. - * @param file_name Name of our file within directory. + * @param file_name Name of our file within directory, or empty to make one up based on UUID. */ - Asset (std::string directory, std::string file_name); + Asset (std::string directory, std::string file_name = ""); /** Write details of the asset to a CPL stream. * @param s Stream. |
