diff imgconvert.c @ 4441:fdb91110889b libavcodec

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 ...
author michael
date Wed, 31 Jan 2007 10:07:22 +0000
parents d276d6eed6a0
children ce643a22f049
line wrap: on
line diff