Opened 13 years ago Closed 13 years ago #1068 closed defect (fixed)Slice RPS parsing can modify RPS in SPS
 Description
When a slice references an RPS from the SPS, and also has long term pictures, the RPS (held by SPS) is modified to include the long term pictures. Then when a later picture has a slice that parses its own RPS, and uses that SPS-held RPS as the predictor, the parsing process is incorrect because the for loop in parseShortTermRefPicSet() also goes over the long term references, which it should not do.  
I believe the attached patch should fix the issue. Attachments (1)Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
 Changed 13 years ago by pieterkapsenbergcomment:2 Changed 13 years ago by fbossen
 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 in r3405