Opened 9 years ago Closed 9 years ago #86 closed defect (fixed)Potential issue on identical motion check
Description
As reported in the 3D-HEVC bug tracker at
Specifically, in layerd coding, pictures has two dimentions, POC and layer, but we only check POCs in the identical motion check. Thus we may fail in the case that two reference pictures have the same POC but different layer id.
Bool TComPrediction::xCheckIdenticalMotion ( TComDataCU* pcCU, UInt PartAddr )
#else
#endif Change history (1)comment:1 Changed 9 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 1468