[FFmpeg-devel] [PATCH] x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()

James Almer jamrial at gmail.com
Thu Mar 6 21:32:58 CET 2014


On 06/03/14 5:11 PM, Paul B Mahol wrote:
> On 3/6/14, Michael Niedermayer <michaelni at gmx.at> wrote:
>> On Wed, Mar 05, 2014 at 07:44:36PM -0300, James Almer wrote:
>>> Also undo the changes to ra144enc.c from previous commits.
>>> Should fix ticket #3429
>>>
>>> Signed-off-by: James Almer <jamrial at gmail.com>
>>> ---
>>>  libavcodec/ra144enc.c      | 3 ---
>>>  libavcodec/x86/dsputil.asm | 3 +++
>>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> applied
>>
> 
> 
> Does this means i can remove emms_c from takdec.c?

If you added it only because you call scalarproduct_int16 then yeah, 
there shouldn't be a need to use emms_c from within the decoder 
anymore.


More information about the ffmpeg-devel mailing list