mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-04 01:57:07 +00:00
avfilter/vf_amplify: cosmetics
This commit is contained in:
parent
3488e0977c
commit
ce40188bc0
@ -231,7 +231,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
|
||||
if (s->frames) {
|
||||
for (i = 0; i < s->nb_frames; i++)
|
||||
av_frame_free(&s->frames[i]);
|
||||
av_frame_free(&s->frames[i]);
|
||||
}
|
||||
av_freep(&s->frames);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user