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
fe2e06e7
Commit
fe2e06e7
authored
Dec 17, 2019
by
David Flynn
Browse files
tidy: fix indentation
parent
e93cf676
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmc3/AttributeEncoder.cpp
View file @
fe2e06e7
...
...
@@ -358,7 +358,7 @@ AttributeEncoder::encode(
// generate LoDs if necessary
if
(
attr_aps
.
lodParametersPresent
()
&&
_lods
.
empty
())
_lods
.
generate
(
attr_aps
,
0
,
pointCloud
);
_lods
.
generate
(
attr_aps
,
0
,
pointCloud
);
if
(
desc
.
attr_num_dimensions
==
1
)
{
switch
(
attr_aps
.
attr_encoding
)
{
...
...
tmc3/hls.h
View file @
fe2e06e7
...
...
@@ -349,7 +349,8 @@ struct AttributeParameterSet {
int
aps_seq_parameter_set_id
;
AttributeEncoding
attr_encoding
;
bool
lodParametersPresent
()
const
{
bool
lodParametersPresent
()
const
{
return
attr_encoding
==
AttributeEncoding
::
kLiftingTransform
||
attr_encoding
==
AttributeEncoding
::
kPredictingTransform
;
}
...
...
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