Commit ce40188b authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_amplify: cosmetics

parent 3488e097
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment