Changeset ea540401 in ffmpeg

Timestamp:
Sep 15, 2011, 2:30:46 PM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
62101030, b59efc94
Parents:
d7d2f0e6
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (09/15/11 14:30:34)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (09/15/11 14:30:46)
Message:

swscale: fix byte overreads in SSE-optimized hscale().

SSE-optimized hScale() scales up to 4 pixels at once, so we need to
allocate up to 3 padding pixels to prevent overreads. This fixes
valgrind errors in various swscale-tests on fate.

(No files)

Note: See TracChangeset for help on using the changeset viewer.