diff options
| author | tmccolm <tmccolm@cinecert.com> | 2014-07-01 19:52:03 +0000 |
|---|---|---|
| committer | tmccolm <> | 2014-07-01 19:52:03 +0000 |
| commit | 0878e96b455719b4c580c58f6ccefb0d34debb60 (patch) | |
| tree | 61e2ae0783dd008f0ffe61c9976f47ffee8ee622 /src/as-02-wrap.cpp | |
| parent | 66c0de0eb35134a3c26c562fba43e775187cc90d (diff) | |
Corrected rgba_MaxRef default from 1024 to 1023. Corrected partition_space from 10 to 60. Added partition_space supplied value to writer object.
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 1301775..5a51ead 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -143,7 +143,7 @@ Options:\n\ -R - Indicates RGB image essence (default)\n\ -s <seconds> - Duration of a frame-wrapped partition (default 60)\n\ -t <min> - Set RGB component minimum code value (default: 0)\n\ - -T <max> - Set RGB component maximum code value (default: 1024)\n\ + -T <max> - Set RGB component maximum code value (default: 1023)\n\ -u - Print UL catalog to stderr\n\ -v - Verbose, prints informative messages to stderr\n\ -W - Read input file only, do not write source file\n\ @@ -228,7 +228,7 @@ public: no_write_flag(false), version_flag(false), help_flag(false), duration(0xffffffff), j2c_pedantic(true), use_cdci_descriptor(false), edit_rate(24,1), fb_size(FRAME_BUFFER_SIZE), show_ul_values_flag(false), index_strategy(AS_02::IS_FOLLOW), partition_space(60), - mca_config(g_dict), rgba_MaxRef(1024), rgba_MinRef(0), + mca_config(g_dict), rgba_MaxRef(1023), rgba_MinRef(0), horizontal_subsampling(2), vertical_subsampling(2), component_depth(10), frame_layout(0), aspect_ratio(ASDCP::Rational(4,3)), field_dominance(0), mxf_header_size(16384) |
