Change #264167
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 15:12:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 2deca0ec19a1d36afc12190436d718b4d3a2a596 |
Comments
swscale: clean up allocated frames on error Matches the semantics of sws_frame_begin(), which also cleans up any allocated buffers on error. This is an issue introduced by the commit that allowed ff_sws_graph_run() to fail in the first place. Fixes: 563cc8216bd9253d2563641341f4af611aaf9554
Changed files
- libswscale/swscale.c