mirror of https://github.com/FFmpeg/FFmpeg.git
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/trunkpull/126/head
parent
d62a0c1e5d
commit
801778bc83
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue