Merge pull request #6 from dtatut/patch-1
authorJohn Hurst <jhurst@cinecert.com>
Mon, 10 Jun 2019 23:36:31 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2019 23:36:31 +0000 (16:36 -0700)
replaced in comment jpeg codestream with ISXD data fragment

src/AS_02_ISXD.cpp

index f4e29c07ff592fc3b3100065f2a3a5da48fc0eb6..6230c583045ada4783beadba39b7d8bb38fa5d8e 100644 (file)
@@ -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)
 {