Change #267007
| Category | ffmpeg |
| Changed by | jiangjie <jiangjie@agora.io> |
| Changed at | Wed 13 May 2026 16:09:06 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 8ffaead836233b1070bdfa1afeca91ff1d54f656 |
Comments
fftools/ffmpeg_filter: fix frame reference leak in fg_output_step When clone_side_data() fails in fg_output_step(), the function returns without calling av_frame_unref(frame), leaking the frame reference.
Changed files
- fftools/ffmpeg_filter.c