OSDN Git Service

ra144enc: fix use of scalarprod_int16
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Wed, 5 Mar 2014 12:00:23 +0000 (13:00 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 5 Mar 2014 12:56:06 +0000 (13:56 +0100)
commit93c4cd618cd2222a2f1594f19a063e2d8d955483
tree13fbb698369b43a0e2e3822b55ab7fc14f2d4979
parente3c93f1f84a339d40315987963f636222b3ed72d
ra144enc: fix use of scalarprod_int16

c3390fd56cf55259ea7665ecea6c8aeddf56e2fc made use of the DSP function
but did not complement it with a call to emms, which is done here before
computations involving floats are performed.

Fixes ticket #3429, which affected MMX/MMXExt machines.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ra144enc.c