Remove Dav1dTileState array memcpy in decode.c
Copying all or parts of the old Dav1dFrameContext::ts after a new allocation seems useless. Removing it allows the new allocation to be performed after the previous one is freed.
Signed-off-by: Yannis Guyon <yguyon@google.com>
Edited by Yannis Guyon