diff options
author | Martin Storsjö <martin@martin.st> | 2022-03-29 15:34:19 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-30 14:53:55 +0300 |
commit | db54426975e124e98e5130ad01316cb7afd60630 (patch) | |
tree | 0041dc41a52aabdefa9fc513c0ac0b8fc600f328 /libavutil/sha.c | |
parent | 3721aaeaaae9f817abb843117ae8dae1dc280a7f (diff) | |
download | ffmpeg-db54426975e124e98e5130ad01316cb7afd60630.tar.gz |
vc1dsp: Change remaining stride parameters to ptrdiff_t
The existing x86 assembly for loop filters uses the stride as a
full register without clearing/sign extending the upper half
of the registers on x86_64.
This avoids crashes if the caller would have passed nonzero bits
in the previously undefined upper 32 bits of the parameters.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/sha.c')
0 files changed, 0 insertions, 0 deletions