diff options
| author | Dan Tatut <30796636+dtatut@users.noreply.github.com> | 2019-05-24 07:06:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-24 07:06:12 +0200 |
| commit | 78471c16719d186dc40160c78b6842ffd6e9527d (patch) | |
| tree | 3a329e958b31a0116c40d569be78b9bd0421b607 /src/AS_02_ISXD.cpp | |
| parent | a47c9580834223971a310e572a249e7fdb115618 (diff) | |
replaced in comment jpeg codestream with ISXD data fragment
Diffstat (limited to 'src/AS_02_ISXD.cpp')
| -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) { |
