Change #271906
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 20 Jun 2026 03:04:01 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | cb8a006f8a2777ad2766ed7018458e9024586ad8 |
Comments
swscale/graph: don't over-allocate pass buffer lines This is not only wasteful but also serves no real purpose. Looping over the correct number of lines is trivial; there is far less point in vertical padding than horizontal padding. Furthermore, this might actually introduce issues when linking output buffers; since the extra padding depends on the pass's alignment and threading requirements, which may differ from pass to pass. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/graph.c