Change #272251
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 23 Jun 2026 13:48:13 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 2eb254c5fd5c93a41f68db873ac52cff6904f966 |
Comments
swscale/ops_dispatch: avoid possible infinite recursion If the filter cannot actually be optimized into the read (for whatever reason), this code would previously loop infinitely. Bail out cleanly instead. The FFSWAP is there to make the error message print the remainder (the one containing unsplittable ops), rather than the noop list. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c