Opened 10 years ago Closed 10 years ago #59 closed defect (fixed)PPS scaling list inferring fix
Description
Suggestion to fix SHM decoder on PPS scaling list inferring process.
When pps_infer_scaling_list_flag is equal to 1 in EL PPS, the current decoder makes MD5sum mismatch. I think it is due to the wrong if-branch condition of the decoder.
Attached zip includes a sample bitstream to reproduce the bug and a suggested fix.
The sample bitstream has two layers. The BL PPS has pps_scaling_list_data_present_flag equal to 1, and the EL PPS has pps_infer_scaling_list_flag equal to 1.
I confirmed MD5sum match by SHM-dev decoder (rev.1008) with the fix patch. Attachments (1)Change history (3)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by o.nakagamicomment: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 as suggested with rev 1015