Opened 11 years ago Closed 11 years ago #1308 closed defect (fixed)incorrect warning message
Description
The following warning message is always printed because of the incorrect logic. Changing | | to && may solve the problem. if( !(m_intraBlockCopySearchWidthInCTUs == -1 && m_intraBlockCopyNonHashSearchWidthInCTUs == 1)
|| !(m_intraBlockCopySearchWidthInCTUs == 3 && m_intraBlockCopyNonHashSearchWidthInCTUs == 1) )
{
fprintf(stderr, "***************************************************************************\n");
fprintf(stderr, "** WARNING: IntraBC search ranges are not part of CTC/CE test conditions **\n");
fprintf(stderr, "***************************************************************************\n");
}
Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by libin
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 r4081.