OSDN Git Service

Replace /2 by faster >>1 as the mvd values are now all positive.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 24 Feb 2010 01:57:31 +0000 (01:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 24 Feb 2010 01:57:31 +0000 (01:57 +0000)
commit9127a369ad35159ac61a3f9bf0b0f30c06fa309f
treee0da6de3b3a46903e6e9674f1ff526a0d24a5e64
parent5c34e36a2343389f6ed77fd8722d583470e8f0af
Replace /2 by faster >>1 as the mvd values are now all positive.

Originally committed as revision 22013 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.h