mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
parent
357f11eca2
commit
673fce6d40
@ -262,6 +262,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
{
|
||||
TileContext *tile = ctx->priv;
|
||||
|
||||
av_frame_free(&tile->out_ref);
|
||||
av_frame_free(&tile->prev_out_ref);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user