Change #263679
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 06 Apr 2026 11:28:49 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 135cc04c3b63cf25dce2960d21ba57072234956d |
Comments
tests/checkasm/sw_yuv2yuv: Don't use declare_func_emms It is not needed (there are no MMX functions here) and given that there is no emms_c() cleaning up after convert_unscaled, convert_unscaled must not clobber the fpu state. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- tests/checkasm/sw_yuv2yuv.c