OSDN Git Service

avcodec/svq1enc: Clear MMX state after svq1_encode_plane()
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 21 Oct 2016 12:33:42 +0000 (14:33 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 22 Oct 2016 11:45:59 +0000 (13:45 +0200)
commit70dc6bbf1bf0c78d6d5f8a0a195b57b6d66a56c0
tree47a85c7a0fb2196a49e00693ebaf3d8947b44ba2
parent6969bed12c6fc53509aa694aab32d01838318f30
avcodec/svq1enc: Clear MMX state after svq1_encode_plane()

svq1_encode_plane() uses SIMD and we call libc memory allocation functions after it

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/svq1enc.c