summaryrefslogtreecommitdiff
path: root/src/AS_02_ISXD.cpp
diff options
context:
space:
mode:
authorDan Tatut <30796636+dtatut@users.noreply.github.com>2019-05-24 07:06:12 +0200
committerGitHub <noreply@github.com>2019-05-24 07:06:12 +0200
commit78471c16719d186dc40160c78b6842ffd6e9527d (patch)
tree3a329e958b31a0116c40d569be78b9bd0421b607 /src/AS_02_ISXD.cpp
parenta47c9580834223971a310e572a249e7fdb115618 (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.cpp2
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)
{