OSDN Git Service

Add explicit (int) cast to i386 optimized MUL* macros.
authorVladimir Voroshilov <voroshil@gmail.com>
Tue, 26 Aug 2008 19:38:17 +0000 (19:38 +0000)
committerVladimir Voroshilov <voroshil@gmail.com>
Tue, 26 Aug 2008 19:38:17 +0000 (19:38 +0000)
commit2ccddc02111f316bdcb183f3ef1b2423eaf628d8
tree6a81f4db603b228b2f00086e0a451483b8acaaab
parent51f2a119cbc7965a62c8e9ec60da066805e8c236
Add explicit (int) cast to i386 optimized MUL* macros.
Wrong result is returned when 16-bit value is passed as value.
Also fixes "Warning: using `%edx' instead of `%dx' due to `l' suffix".

Originally committed as revision 14981 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/mathops.h