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
322109ed
Commit
322109ed
authored
Aug 21, 2018
by
David Flynn
Browse files
cli: fix reporting of geometry codec type
parent
8a13140f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmc3/TMC3.cpp
View file @
322109ed
...
...
@@ -149,8 +149,8 @@ static std::ostream&
operator
<<
(
std
::
ostream
&
out
,
const
GeometryCodecType
&
val
)
{
switch
(
val
)
{
case
GeometryCodecType
::
kOctree
:
out
<<
"1 (
TMC1
Octree)"
;
break
;
case
GeometryCodecType
::
kTriSoup
:
out
<<
"2 (
TMC3
TriSoup)"
;
break
;
case
GeometryCodecType
::
kOctree
:
out
<<
"1 (Octree)"
;
break
;
case
GeometryCodecType
::
kTriSoup
:
out
<<
"2 (TriSoup)"
;
break
;
}
return
out
;
}
...
...
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