diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-18 05:18:32 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-18 05:18:32 +0000 |
| commit | 65a8ec13b66c700b74788d3fc7525e91cf62bab0 (patch) | |
| tree | 15f588026b93aae7e65a4bf37ed4cffe8e4bc4ad /src/asdcp-test.cpp | |
| parent | 111e0170052b57fc128a37fa02736015edb8c60f (diff) | |
massive dictionary re-factoring
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 2505ddd..5b1167c 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -1728,7 +1728,7 @@ show_file_info(CommandOptions& Options) { fprintf(stderr, "File is not AS-DCP: %s\n", Options.filenames[0]); Kumu::FileReader Reader; - MXF::OPAtomHeader TestHeader; + MXF::OPAtomHeader TestHeader(DefaultCompositeDict()); result = Reader.OpenRead(Options.filenames[0]); @@ -1851,6 +1851,7 @@ main(int argc, const char** argv) for ( ui32_t i = 0; i < Options.file_count && ASDCP_SUCCESS(result); i++ ) result = digest_file(Options.filenames[i]); } +#if 0 else if ( Options.mode == MMT_UL_LIST ) { MDD_t di = (MDD_t)0; @@ -1863,6 +1864,7 @@ main(int argc, const char** argv) di = (MDD_t)(di + 1); } } +#endif else if ( Options.mode == MMT_EXTRACT ) { EssenceType_t EssenceType; |
