fraunhoferhhi/vvenc

Contradictory condition that can fail with some compilation options

vrabaud opened this issue · 1 comments

THis condition checks for a value and its negation. What should it be?

if (!slice->pps->rpl1IdxPresent && slice->pps->rpl1IdxPresent)

Guess thats an if( false )

Good catch, we'll have a look