Opened 10 years ago Closed 10 years ago #68 closed defect (fixed)Incorrect layer indeces in assert statements
Description
These asserts in TDecCAVLC.cpp have wrong layer indeces:
assert(rps->getNumberOfNegativePictures() <= rpcSlice->getVPS()->getMaxVpsDecPicBufferingMinus1(ii , rpcSlice->getLayerId() , rpcSlice->getVPS()->getMaxSLayersInLayerSetMinus1(ii)));
rpcSlice->getLayerId() should be replaced with
A patch to correct the issue is attached. Attachments (1)Change history (3)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by hallapurcomment:2 Changed 10 years ago by Vadim
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
|
fixed with rev 1043