version rev
authormikey <mikey@cinecert.com>
Thu, 31 Dec 2009 18:06:32 +0000 (18:06 +0000)
committermikey <>
Thu, 31 Dec 2009 18:06:32 +0000 (18:06 +0000)
README
src/MXF.cpp

diff --git a/README b/README
index 1121ac73d1614f075453b6e6b3c7a6a03eb0ddae..04af90cd52b52d33fc984240418539a49462023d 100755 (executable)
--- a/README
+++ b/README
@@ -111,13 +111,15 @@ utilities all respond to -h.
 
 
 Change History
--- NEW STUFF FROM JH --
+
+2009.12.31 -  bug fixes, enhancements, v1.5.31
  o Fixed swapped Interop and SMPTE OP Atom UL values.
  o Added get_BER_length_for_value() subroutine.
  o Modified ASDCP::h__Writer::WriteEKLVPacket() to allow larger BER
    lengths for KLV packets larger than 16 MB. This was required to
    support large font files in the SMPTE 429-5 implementation.
 
+
 2009.11.06 - bug fixes, enhancements, v1.5.29
  o Fixed a bug that could cause HMAC values to be incorrectly
    stored in MXF files.  Files created with versions of asdcplib
@@ -144,6 +146,7 @@ Change History
    significant bug fix and track files created with 1.4.22 may be incompatible
    with other systems.  
 
+
 2009.04.09 - SMPTE format fixes, enhancements and bug fixes, v.1.4.22
  o asdcplib now uses GNU autotools on POSIX systems to configure 
    and build.  See "./configure" for details.  Note that two options, 
index 952de7e7e3360fd1a54e249fadd224e923e0a84e..c4a9693d0348be623f7b3618b25974ac4061e8e5 100755 (executable)
@@ -720,8 +720,8 @@ ASDCP::MXF::OPAtomHeader::InitFromFile(const Kumu::FileReader& Reader)
     }
   else if ( OperationalPattern == InteropOPAtomUL ) // Interop
     {
-      if ( m_Dict == &DefaultCompositeDict() )
-       m_Dict = &DefaultInteropDict();
+      //      if ( m_Dict == &DefaultCompositeDict() )
+      //       m_Dict = &DefaultInteropDict();
     }
   else
     {