Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonatan Samuelsson
VVCSoftware_VTM
Commits
7b8cf0ff
Commit
7b8cf0ff
authored
Dec 12, 2019
by
Jonatan Samuelsson
Browse files
adding newline before opening bracket
parent
0a333bca
Pipeline
#3525
passed with stage
in 7 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
source/Lib/EncoderLib/EncGOP.cpp
View file @
7b8cf0ff
...
...
@@ -428,7 +428,8 @@ void EncGOP::xWriteAccessUnitDelimiter (AccessUnit &accessUnit, Slice *slice)
nalu.m_temporalId = slice->getTLayer();
#if JVET_P0218_AUD_TID_AND_LAYERID
int vpsId = slice->getSPS()->getVPSId();
if
(
vpsId
==
0
)
{
if (vpsId == 0)
{
nalu.m_nuhLayerId = 0;
}
else
...
...
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