Opened 11 years ago

Closed 11 years ago

#1068 closed defect (fixed)

Slice RPS parsing can modify RPS in SPS

Reported by: pieterkapsenberg Owned by:
Priority: minor Milestone: HM-10.1
Component: HM Version: HM-10.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

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)

TDecCAVLC.cpp.patch (1.1 KB) - added by pieterkapsenberg 11 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by pieterkapsenberg

comment:2 Changed 11 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3405

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Pieter Kapsenberg(Reporter)