o Removed superfluous OpenRead method from ISXD::MXFReader class (was a paste-o)
authorjhurst <jhurst@cinecert.com>
Fri, 21 Sep 2018 06:27:51 +0000 (06:27 +0000)
committerjhurst <>
Fri, 21 Sep 2018 06:27:51 +0000 (06:27 +0000)
src/AS_02.h

index 9121c9b8cce9e0c400959b8a259577876dca2ccf..502a23663c9df847b3fcc3f4b85a5d75b39d2fe3 100644 (file)
@@ -561,11 +561,6 @@ namespace AS_02
       // operation cannot be completed.
       Result_t OpenRead(const std::string& filename) const;
 
-      // Open the file for reading. The file must exist. Returns error if the
-      // operation cannot be completed. If global metadata is available it will
-      // be placed into the buffer object passed as the second argument.
-      Result_t OpenRead(const std::string& filename, ASDCP::FrameBuffer& global_metadata) const;
-
       // Returns RESULT_INIT if the file is not open.
       Result_t Close() const;