diff options
| author | jhurst <jhurst@cinecert.com> | 2018-08-06 22:58:44 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-08-06 22:58:44 +0000 |
| commit | 5e84f9da56706a2cd8a5eef19b98a67d09ae3371 (patch) | |
| tree | cddb75eb34ab5a9a3b370fb9a6283c6fb604b81a /src/AS_02.h | |
| parent | f4061a21fffad4fdf8dbb2f193f0f0960b25421c (diff) | |
ISXD CLI touchups, ISXDDataEssenceDescriptor.NamespaceURI is now correct
Diffstat (limited to 'src/AS_02.h')
| -rw-r--r-- | src/AS_02.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02.h b/src/AS_02.h index c2c5179..9121c9b 100644 --- a/src/AS_02.h +++ b/src/AS_02.h @@ -520,7 +520,7 @@ namespace AS_02 // the operation cannot be completed or if nonsensical data is discovered // in the essence descriptor. Result_t OpenWrite(const std::string& filename, const ASDCP::WriterInfo&, - const ASDCP::UL& data_essence_coding, + const std::string& isxd_document_namespace, const ASDCP::Rational& edit_rate, const ui32_t& header_size = 16384, const IndexStrategy_t& strategy = IS_FOLLOW, const ui32_t& partition_space = 10); |
