Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 30 Aug 2009 06:30:53 +0000 (06:30 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 30 Aug 2009 06:30:53 +0000 (06:30 +0000)
commitb7eb7ef6b583526ba1260130c5e34c01d9f00857
tree691b0f0f4983c49cad3612b5b494a05a74ef0599
parent20622c4a8a5c5767136b916797163e604e66877f
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit
architectures since stride is multiple of 4 and not of 8, so split
fill_rectangle() calls to operate on 32-bit words instead of 64-bit ones.

Originally committed as revision 19744 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rv34.c