From 194322a3ff93f1e1c94478e38343f3f5b17c2c65 Mon Sep 17 00:00:00 2001 From: biaowang <biao.wang@huawei.com> Date: Mon, 17 Feb 2020 12:38:19 +0100 Subject: [PATCH] further clean --- source/Lib/EncoderLib/SEIEncoder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Lib/EncoderLib/SEIEncoder.cpp b/source/Lib/EncoderLib/SEIEncoder.cpp index 6f95f9813..6d84d6355 100644 --- a/source/Lib/EncoderLib/SEIEncoder.cpp +++ b/source/Lib/EncoderLib/SEIEncoder.cpp @@ -375,7 +375,6 @@ void SEIEncoder::initSEIScalableNesting(SEIScalableNesting *scalableNestingSEI, { CHECK(!(m_isInitialized), "Unspecified error"); CHECK(!(scalableNestingSEI != NULL), "Unspecified error"); - // VPS *vps = m_pcEncLib->getVPS(); scalableNestingSEI->m_nestingOlsFlag = 1; // by If the nested SEI messages are picture buffering SEI messages, picture timing SEI messages or sub-picture timing SEI messages, nesting_ols_flag shall be equal to 1, by default case scalableNestingSEI->m_nestingNumOlssMinus1 = 1; // by default the nesting scalable SEI message applies to two OLSs. for (int i = 0; i <= scalableNestingSEI->m_nestingNumOlssMinus1; i++) -- GitLab