Skip to content
Snippets Groups Projects
Commit 194322a3 authored by Biao Wang's avatar Biao Wang
Browse files

further clean

parent f6b8a94c
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,6 @@ void SEIEncoder::initSEIScalableNesting(SEIScalableNesting *scalableNestingSEI, ...@@ -375,7 +375,6 @@ void SEIEncoder::initSEIScalableNesting(SEIScalableNesting *scalableNestingSEI,
{ {
CHECK(!(m_isInitialized), "Unspecified error"); CHECK(!(m_isInitialized), "Unspecified error");
CHECK(!(scalableNestingSEI != NULL), "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_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. scalableNestingSEI->m_nestingNumOlssMinus1 = 1; // by default the nesting scalable SEI message applies to two OLSs.
for (int i = 0; i <= scalableNestingSEI->m_nestingNumOlssMinus1; i++) for (int i = 0; i <= scalableNestingSEI->m_nestingNumOlssMinus1; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment