]> git.sesse.net Git - ffmpeg/commit
speedhq: Align blocks variable properly.
authorSteinar H. Gunderson <steinar+ffmpeg@gunderson.no>
Fri, 13 Jan 2017 18:04:25 +0000 (19:04 +0100)
committerJames Almer <jamrial@gmail.com>
Fri, 13 Jan 2017 19:47:53 +0000 (16:47 -0300)
commitd68d7198becaad02f08eae190ed343a424e3747f
tree33b644ae6135ab404b9e1d6eebd951d27e910ae5
parent6596b34954fc2c101fe620a4b4d305bf27315013
speedhq: Align blocks variable properly.

Seemingly ff_clear_block_sse assumed that the block array is aligned,
so make sure it is.

Fixes ticket #6079

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/speedhq.c