mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +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…
Reference in New Issue
Block a user