copy: fix memory corruption in SSE Nv12 to Yv12 conversion
commite70f7c6a894d0818db6e720b91de845823ea5543
authorThomas Guillem <thomas@gllm.fr>
Fri, 19 May 2017 07:22:52 +0000 (19 09:22 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 19 May 2017 07:39:19 +0000 (19 09:39 +0200)
tree575f6fe36819282d051411a0056f60d6b9655a08
parentf65b28d920f60e2f7ec77ade9527fd4cec1e7dc2
copy: fix memory corruption in SSE Nv12 to Yv12 conversion

This fixes a regression introduced by f9f0bbc1396af8816c3d6b6dfe222d911de61047

This memory corruption was not visible since this function is generally used
to copy from GPU mapped buffers, that are often bigger than what you ask.
modules/video_chroma/copy.c