Opened 10 years ago Closed 10 years ago #48 closed defect (fixed)OlsIdx fix in TAppEncCfg
Description
In the file TAppEncCfg.cpp, line: 1986
Int olsToLsIndex = (olsCtr > startOlsCtr) ? m_outputLayerSetIdx[olsCtr - m_numLayerSets] : olsCtr; Change history (3)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by adarshcomment:3 Changed 10 years ago by Vadim
fixed with rev 982 Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
You're right, and it should be changed as you suggested. I had overlooked it.
Adarsh