diff options
| author | jhurst <jhurst@cinecert.com> | 2014-05-14 20:21:00 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-05-14 20:21:00 +0000 |
| commit | 6de07d0a33aec56c8a650054b1b747768d696416 (patch) | |
| tree | 2fff0dcfbb7828292415d9cb2e88bb809fa73d8e /src/h__Reader.cpp | |
| parent | d034fac6412c03427ec1145e7171ec215542ab09 (diff) | |
less strict UL checking ignores version byte
Diffstat (limited to 'src/h__Reader.cpp')
| -rwxr-xr-x | src/h__Reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__Reader.cpp b/src/h__Reader.cpp index a427fb5..707b710 100755 --- a/src/h__Reader.cpp +++ b/src/h__Reader.cpp @@ -38,7 +38,7 @@ using namespace ASDCP::MXF; static Kumu::Mutex sg_DefaultMDInitLock; static bool sg_DefaultMDTypesInit = false; -static const ASDCP::Dictionary *sg_dict; +static const ASDCP::Dictionary *sg_dict = 0; // void |
