Change #270749
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 13 Jun 2026 10:26:19 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | f71c30ef9eb96b76dcf3e5b03c0d725b33d927c2 |
Comments
swscale/x86/ops: fix CPU flags checks This should be using EXTERNAL_*() as the code lives in separately assembled files. Also, the FMA4 check should have been FMA3. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/x86/ops.c