diff options
| author | jhurst <jhurst@cinecert.com> | 2019-02-12 09:13:35 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2019-02-12 09:13:35 -0800 |
| commit | 260692554632887d4e978775001081add386b909 (patch) | |
| tree | d306055c36bcb6839c5e0ea6bd62ef83440c2abd /src/as-02-wrap.cpp | |
| parent | 94933bbbea5bdb424f1b2d1aa21e5e69805358cd (diff) | |
o Fixed ISXD bugs:
o Incorrect UTF_8_Text_DataEssenceCoding UL
o Incorrect ISXDDataEssenceDescriptor_NamespaceURI UL
o Incorrect use of FrameWrappedISXDData UL
o Incorrect use of FrameWrappedISXDContainer UL
o Added KM_WIN32_UTF8 macro to protect old users from new ideas
Diffstat (limited to 'src/as-02-wrap.cpp')
| -rwxr-xr-x | src/as-02-wrap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp index 204feb0..de13d95 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -176,8 +176,8 @@ Options:\n\ -t <min> - Set RGB component minimum code value (default: 0)\n\ -T <max> - Set RGB component maximum code value (default: 1023)\n\ -u - Print UL catalog to stdout\n\ - -u <URI> - ISXD (RDD47) document URI (use 'auto' to read the\n\ - namespace name from the first edit unit\n\ + -U <URI> - ISXD (RDD47) document URI (use 'auto' to read the\n\ + namespace name from the first edit unit)\n\ -v - Verbose, prints informative messages to stderr\n\ -W - Read input file only, do not write source file\n\ -x <int> - Horizontal subsampling degree (default: 2)\n\ |
