Change #260084
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Fri 06 Mar 2026 20:02:42 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | cb5f6c055b1f3934dc0893c86f49684bd3190a7d |
Comments
avcodec/x86/vvc/alf: Don't modify rsp unnecessarily The vvc_alf_filter functions don't use x86inc's stack managment feature at all; they merely push and pop some regs themselves. So don't tell x86inc to provide stack (which in this case entails aligning the stack). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/vvc/alf.asm