avfilter/vf_amplify: cosmetics

This commit is contained in:
Paul B Mahol 2019-10-17 11:32:27 +02:00
parent 3488e0977c
commit ce40188bc0

View File

@ -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);
}