Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
147999ff
Commit
147999ff
authored
Jul 23, 2018
by
David Flynn
Browse files
style: fix layout of config options
parent
1cd9938e
Changes
1
Show whitespace changes
Inline
Side-by-side
tmc3/TMC3.cpp
View file @
147999ff
...
...
@@ -145,6 +145,7 @@ bool ParseParameters(int argc, char *argv[], Parameters ¶ms) {
params
.
encodeParameters
.
attributeEncodeParameters
[
name
]
=
params_attr
;
};
/* clang-format off */
// The definition of the program/config options, along with default values.
//
// NB: when updating the following tables:
...
...
@@ -283,6 +284,7 @@ bool ParseParameters(int argc, char *argv[], Parameters ¶ms) {
(
"dist2"
,
params_attr
.
dist2
,
{},
"Attribute's list of squared distances (one for each LoD)"
)
;
/* clang-format on */
po
::
setDefaults
(
opts
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment