Fix typo. 23/head
authorArnaud Bienner <abien@dolby.com>
Fri, 3 Jan 2020 17:23:23 +0000 (18:23 +0100)
committerArnaud Bienner <abien@dolby.com>
Fri, 3 Jan 2020 17:23:23 +0000 (18:23 +0100)
I believe this actually references SMPTE RP 2057 "Text-Based Metadata Carriage in MXF" (implemented as part of commit f4061a21fffad4fdf8dbb2f193f0f0960b25421c).

src/AS_02.h

index 502a23663c9df847b3fcc3f4b85a5d75b39d2fe3..61a2c1e0ba6b83c0e1fd715086c01c5361643d52 100644 (file)
@@ -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.