]> git.sesse.net Git - ffmpeg/commit
Fix a typo in the x86 asm version of ff_vector_clip_int32()
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 2 Feb 2012 00:02:32 +0000 (19:02 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 2 Feb 2012 00:02:32 +0000 (19:02 -0500)
commit236a550c3f9bd3e559eff81d1ac4d2087eaa796f
treec54da60fb046494afeefb93dd663d7fff1a86cf0
parent3c432631e9da0933f3309ab0b0448a97c7aebf7b
Fix a typo in the x86 asm version of ff_vector_clip_int32()

Specifies the correct number of xmm registers used so that they can be saved
and restored on Win64 if necessary.
libavcodec/x86/dsputil_yasm.asm