-
Michael Niedermayer authored
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... Originally committed as revision 7776 to svn://svn.ffmpeg.org/ffmpeg/trunk
801778bc