diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-10 00:55:18 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-10 14:39:34 +0100 |
commit | cbc7d60afa0c56f8e50131830278fd32a89aed9d (patch) | |
tree | 84874a4fbf59de529baf54be79485c78c94a1a53 /libavcodec/mace.c | |
parent | 1de53d006b754c8ecab2f31a223acfaea15924f4 (diff) | |
download | ffmpeg-cbc7d60afa0c56f8e50131830278fd32a89aed9d.tar.gz |
arm: dsputil: fix overreads in put/avg_pixels functions
The vertically interpolating variants of these functions read
ahead one line to optimise the loop. On the last line processed,
this might be outside the buffer. Fix these invalid reads by
processing the last line outside the loop.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mace.c')
0 files changed, 0 insertions, 0 deletions