Opened 12 years ago Closed 12 years ago #1052 closed defect (fixed)checkCRA function with long-term reference pictures
Description
The checkCRA function used at the decoder (TDecTop.cpp) most likely not work when LTRPs are present after a CRA picture and only the LSB of the LTRP is signaled, because the LSB of the LTRP is compared with the pocCRA variable inside the checkCRA function. The attached patch is one solution to fix the problem, by fetching the actual POC of the LTRP inside the checkCRA function. Please note that the patch needs to be added on top of the patch submitted as part of Ticket 599 (due to changes in xGetLongTermRefPic function). Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by adarshcomment:2 Changed 12 years ago by fbossen
Fixed in r3392 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
|
LTRP_LSBONLY_BUGFIX_1052