diff options
| author | Arnaud Bienner <abien@dolby.com> | 2020-01-03 18:23:23 +0100 |
|---|---|---|
| committer | Arnaud Bienner <abien@dolby.com> | 2020-01-03 18:23:23 +0100 |
| commit | 0e18995c6a3eab16ddb428d6e5f734e88ae7c131 (patch) | |
| tree | 62070f80675d525aed431cc875cefbc2b9603be9 /src | |
| parent | cf81f87c1517aabb892f0ea29ab5b6f7d8a09d47 (diff) | |
Fix typo.
I believe this actually references SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" (implemented as part of commit f4061a21fffad4fdf8dbb2f193f0f0960b25421c).
Diffstat (limited to 'src')
| -rw-r--r-- | src/AS_02.h | 2 |
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. |
