Resolve #929 "Renderer application command line option `no_delay_comparison` deceptive"
requested to merge 929-renderer-application-command-line-option-no_delay_comparison-deceptive into main
- Related issues: #929 (closed)
- Requested reviewers: @vaclav
Reason why this change is needed
The renderer application in renderer.c
has the long version of the command line option -no_delay_cmp
is expanded to --no_delay_comparison
. The flag controls delay compensation, not comparison.
The long version of the command line option is not currently used by any of the scripts, so the envisioned fix is to change the one line in renderer.c
.
Description of the change
Change the long version of the command line option to no_delay_compensation
.
Affected operating points
Affect external renderer command line when using the long version of the option.
Related to #929 (closed)