diff options
| author | Dan Tatut <30796636+dtatut@users.noreply.github.com> | 2019-05-24 07:06:12 +0200 |
|---|---|---|
| committer | dbullock <dbullock@cinecert.com> | 2019-06-28 09:37:14 -0700 |
| commit | ea075cec39a00b8e25aba8578f341c93dabee9ed (patch) | |
| tree | dbe194ce8c1e283eaac5d8e3bc93606a098cc634 /src | |
| parent | 5d2f4e598aec42c0d2e75bb9c9041ea64be3c4b2 (diff) | |
replaced in comment jpeg codestream with ISXD data fragment
Diffstat (limited to 'src')
| -rw-r--r-- | src/AS_02_ISXD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_ISXD.cpp b/src/AS_02_ISXD.cpp index f4e29c0..6230c58 100644 --- a/src/AS_02_ISXD.cpp +++ b/src/AS_02_ISXD.cpp @@ -319,7 +319,7 @@ AS_02::ISXD::MXFWriter::h__Writer::OpenWrite(const std::string& filename, const return result; } -// Automatically sets the MXF file's metadata from the first jpeg codestream stream. +// Automatically sets the MXF file's metadata from the first ISXD data fragment stream. Result_t AS_02::ISXD::MXFWriter::h__Writer::SetSourceStream(const std::string& label, const ASDCP::Rational& edit_rate) { |
