mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
fixup! lavf/rkrga: add RKRGA scale, vpp and overlay filter
fix in_rga_frame_infos not being freed. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
374848d45c
commit
419ef5955d
1 changed files with 3 additions and 0 deletions
|
|
@ -1237,6 +1237,9 @@ av_cold int ff_rkrga_close(AVFilterContext *avctx)
|
|||
|
||||
clear_frame_list(&r->pat_preproc_frame_list);
|
||||
|
||||
if (r->in_rga_frame_infos)
|
||||
av_freep(&r->in_rga_frame_infos);
|
||||
|
||||
av_fifo_freep2(&r->async_fifo);
|
||||
|
||||
av_buffer_unref(&r->pat_preproc_hwframes_ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue