diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2014-01-24 18:48:56 -0500 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2014-01-24 19:25:25 -0500 |
commit | c9e6325ed9844070dca03ac1c5fec946533cb315 (patch) | |
tree | 58f9bdb9550f5849aea131b02384c8fe22565e12 /libavcodec/vc1acdata.h | |
parent | 97474d527f9a17340c29018548502c178ed7d966 (diff) | |
download | ffmpeg-c9e6325ed9844070dca03ac1c5fec946533cb315.tar.gz |
vp9/x86: use explicit register for relative stack references.
Before this patch, we explicitly modify rsp, which isn't necessarily
universally acceptable, since the space under the stack pointer might
be modified in things like signal handlers. Therefore, use an explicit
register to hold the stack pointer relative to the bottom of the stack
(i.e. rsp). This will also clear out valgrind errors about the use of
uninitialized data that started occurring after the idct16x16/ssse3
optimizations were first merged.
Diffstat (limited to 'libavcodec/vc1acdata.h')
0 files changed, 0 insertions, 0 deletions