Changeset 1302 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 21 Jul 2015, 00:23:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/SEIEncoder.cpp
r1287 r1302 267 267 } 268 268 269 //! initialize scalable nesting SEI message. 270 //! Note: The SEI message structures input into this function will become part of the scalable nesting SEI and will be 271 //! automatically freed, when the nesting SEI is disposed. 269 272 Void SEIEncoder::initSEIScalableNesting(SEIScalableNesting *scalableNestingSEI, SEIMessages &nestedSEIs) 270 273 { … … 279 282 scalableNestingSEI->m_nestingNumLayersMinus1 = 1 - 1; //nesting_num_layers_minus1 280 283 scalableNestingSEI->m_nestingLayerId[0] = 0; 281 scalableNestingSEI->m_callerOwnsSEIs = true;282 284 283 285 scalableNestingSEI->m_nestedSEIs.clear();
Note: See TracChangeset for help on using the changeset viewer.