Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 105)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#73 fixed O0092_0094_DEPENDENCY_CONSTRAINT assert bug Vadim eeehey
Description

The following assertion shall use PPS layer_id instead of PPS Id, patch attached.

assert( pcSlice->getPPS()->getPPSId() == 0
pcSlice->getPPS()->getPPSId() == m_layerId m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getPPS()->getPPSId()) );
#72 fixed if statement with fixed layer_id value as test condition Vadim eeehey
Description

Couple if statements use fixed layer id as test condition (m_layerId == 1) which could cause problems when extending to multiple layers or the first enhancement layerId does not equal to 1.

#71 fixed Q0096_OVERLAY_SEI compile error when ENC_DEC_TRACE is enabled Vadim eeehey
Description

When ENC_DEC_TRACE is enabled, the build failed as shown below:

SyntaxElementParser.cpp source\lib\tlibdecoder\syntaxelementparser.cpp(109): error C2660: 'SyntaxElementParser::xReadString' : function does not take 3 arguments

Build FAILED.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.