Change #259848
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Wed 04 Mar 2026 12:04:09 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 1512e52cb412b66be2d3c73eb57603df3227ddea |
Comments
swscale: switch to refstruct for hw_priv This is a bit more forward-facing than a bare allocation, and importantly, allows the `swscale/utils.c` code to remain agnostic about how to correctly uninit this struct. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/swscale_internal.h
- libswscale/utils.c
- libswscale/vulkan/ops.c
- libswscale/vulkan/ops.h