Change #270322
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Wed 10 Jun 2026 16:27:58 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 7b59a86633b81e7777aece99655e94052324597f |
Comments
swscale/uops_tmpl: move attributes before `static` keyword This fails to compile with C23 standard attributes otherwise. Technically only av_unused requires this, but move the other attributes as well for consistency / future proofing. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/uops_tmpl.h