Opened 11 years ago Closed 11 years ago #1124 closed defect (fixed)Incorrect POC LSB Calculation
Description
The modulus (%) operator in C will incorrectly compute POC LSB when the POC value is negative.
The attached patch is one way to fix the issue. Attachments (2)Change History (6)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by bhengcomment:2 Changed 11 years ago by jackhcomment:3 Changed 11 years ago by bheng
The attached updated patch includes the additional changes you mentioned for long term pictures and a couple similar changes on the encode side. Changed 11 years ago by bhengcomment:4 Changed 11 years ago by fbossen
Patch committed in r3519 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
|
We've also hit this bug. Similar modifications to the one in your patch should be made in TComSlice.cpp lines 238, 249, 840, 900, 919 and 920.