Change #276650
| Category | ffmpeg |
| Changed by | Dan Dennedy <dan@dennedy.org> |
| Changed at | Fri 31 Jul 2026 15:29:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 66a8c3758216736cb0cc0b9123f0514eb2627d2f |
Comments
scale_d3d11: Fix hw_frame_ctx reference leak This fixes #20995. The reference is taken twice and assigned to the same pointer (see above in the same function). Only the latter is needed.
Changed files
- libavfilter/vf_scale_d3d11.c