summaryrefslogtreecommitdiff
path: root/src/AS_02.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-02-10 08:52:48 -0800
committerjhurst <jhurst@cinecert.com>2020-02-10 08:52:48 -0800
commit03ba76d3a337c6ae2fc35f3b96fa230d0c40ca44 (patch)
treeb7ab5b9e6e4fbce16a130644f7d2c6dd9a78ac28 /src/AS_02.h
parentcdf50723fe234d97a34bd3152be5a4cdc6f4425e (diff)
parente187a605257a3ff9d8a84d23003a9f2bd13a12ac (diff)
Merge branch 'master' into htj2chtj2c
* master: Fix typo. I believe this actually references SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" (implemented as part of commit f4061a21fffad4fdf8dbb2f193f0f0960b25421c). Fix Object ref not being written: this prevented GenericStreamTextBasedSet to be correctly linked to TextBasedDMFramework
Diffstat (limited to 'src/AS_02.h')
-rw-r--r--src/AS_02.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02.h b/src/AS_02.h
index 502a236..61a2c1e 100644
--- a/src/AS_02.h
+++ b/src/AS_02.h
@@ -530,7 +530,7 @@ namespace AS_02
// error occurs.
Result_t WriteFrame(const ASDCP::FrameBuffer&, ASDCP::AESEncContext* = 0, ASDCP::HMACContext* = 0);
- // Writes an XML text document to the MXF file as per RP 2067. If the
+ // Writes an XML text document to the MXF file as per RP 2057. If the
// optional AESEncContext argument is present, the document is encrypted
// prior to writing. Fails if the file is not open, is finalized, or an
// operating system error occurs.