Opened 11 years ago Closed 11 years ago #1133 closed defect (fixed)Error in tsShift calculation with extended_precision_processing_flag
Description
In Eq. (8-272), Max' should be replaced by Min' as follows: tsShift = extended_precision_processing_flag ? Max( 7, bdShift ) : 7
with: tsShift = extended_precision_processing_flag ? Min( 7, bdShift ) : 7
See JCTVC-N0275 Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by davidf
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 O1005v1