acroblock.cc:77:24: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
if( i->mb_type & MB_BACKWARD == 0 && cur_score < best_fwd_score)
^~~~~~~~~~~~~~~~~~
macroblock.cc:77:24: note: place parentheses around the '==' expression to silence this warning