OSDN Git Service

avcodec/cavsdec: Clear MMX state after MB decode loop
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 21 Oct 2016 12:38:52 +0000 (14:38 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 22 Oct 2016 11:46:05 +0000 (13:46 +0200)
commit493ad519ddee260200f7a00a2e5ed8cbd28b7f67
tree5dca005e042c89d8146857d21db05ef4e14c2e2e
parent70dc6bbf1bf0c78d6d5f8a0a195b57b6d66a56c0
avcodec/cavsdec: Clear MMX state after MB decode loop

The MMX state must be cleared between using MMX and using memory allocation
thats basically the only location between the 2

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