Change #264726
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 22:59:39 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0524e66aec26d1a4bcef360289663b0e2a9fd637 |
Comments
swscale/ops_dispatch: drop pointless `const` (cosmetic) These are clearly not mutated within their constrained scope, and it just wastes valuable horizontal space. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c