Change #248035
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Sat 08 Nov 2025 18:48:54 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | b03b09aeda1cd890f71f9e6b0bec0a062af4e3be |
Comments
avcodec/x86/xvididct: Don't use MMX registers in SSE2 function It is higly surprising and would necessitate emms in order to be ABI compliant; but it is better just not to use them in the first place. Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/xvididct.asm