diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-18 23:34:18 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-18 23:34:18 +0000 |
| commit | fd73a272189d3d121989b8437b7fbe5402160aaa (patch) | |
| tree | d5ae5116fed0ef44db4b9afe3b1e77a7d515a005 /src/asdcp-test.cpp | |
| parent | b6f407694245e9310cb164b69e54fca32f1cbb8b (diff) | |
working multi-dict
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 9397c50..43e927a 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -1728,7 +1728,8 @@ show_file_info(CommandOptions& Options) { fprintf(stderr, "File is not AS-DCP: %s\n", Options.filenames[0]); Kumu::FileReader Reader; - MXF::OPAtomHeader TestHeader(DefaultCompositeDict()); + const Dictionary* Dict = &DefaultCompositeDict(); + MXF::OPAtomHeader TestHeader(Dict); result = Reader.OpenRead(Options.filenames[0]); |
