diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-31 10:07:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-31 10:07:22 +0000 |
commit | 801778bc8306e4b58d8c27022aa7903e86a2b040 (patch) | |
tree | 19f9d215a4a2d2bebdd96d1a5c4e715ddebfaeaf /libavformat/mtv.c | |
parent | d62a0c1e5db1607d3223cc18299e5f7f8f154237 (diff) | |
download | ffmpeg-801778bc8306e4b58d8c27022aa7903e86a2b040.tar.gz |
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
Diffstat (limited to 'libavformat/mtv.c')
0 files changed, 0 insertions, 0 deletions