Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yonatan Shiferaw
vtm partial output
Commits
16702e98
Commit
16702e98
authored
Jun 22, 2021
by
Yonatan Shiferaw
Browse files
Fix comment in DecApp.cpp on partial output of a subpicture
parent
d604a2c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/App/DecoderApp/DecApp.cpp
View file @
16702e98
...
...
@@ -275,7 +275,7 @@ uint32_t DecApp::decode()
int
skipFrameCounter
=
m_iSkipFrame
;
m_cDecLib
.
decode
(
nalu
,
m_iSkipFrame
,
m_iPOCLastDisplay
,
m_targetOlsIdx
);
//Partially output the picture
if it is a picture slice that is currently decod
ed
//Partially output the picture
when a sub-picture is finaliz
ed
if
(
nalu
.
isSlice
()
)
{
bPartialOutput
=
m_cDecLib
.
isLastSliceInSubpic
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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