]> git.sesse.net Git - ffmpeg/commit
vp78: Align the intra4x4_pred_mode_top array within VP8Macroblock
authorMartin Storsjö <martin@martin.st>
Mon, 14 Apr 2014 17:43:04 +0000 (20:43 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 14 Apr 2014 18:27:20 +0000 (21:27 +0300)
commita6ac4fcce44108f6f87278b8d12e890576f46a62
tree7382ea2308fdc9664d81629f5d86bfe899e66351
parentb3d905b702dcdda9e3ae2bcb7b5580ca77a96ab7
vp78: Align the intra4x4_pred_mode_top array within VP8Macroblock

This array is written using AV_WN32A, assuming alignment.

This hopefully fixes the failing vp7 fate test on sparc.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vp8.h