Change #252850
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 20 Dec 2025 14:52:45 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | c31f3926d1b75a8a13a7f7d1cc55b429993bf143 |
Comments
swscale/ops_optimizer: simplify loop slightly (cosmetic) We always `goto retry` whenever an optimization case is hit, so we don't need to defer the increment of `n`.
Changed files
- libswscale/ops_optimizer.c