diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-17 11:32:27 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-17 11:32:27 +0200 |
commit | ce40188bc046cd180e6f105a6c2d173877e3bcb7 (patch) | |
tree | d4357319ac94ce5781f7dc82f55af2f2b5cf9156 | |
parent | 3488e0977c671568731afa12b811adce9d4d807f (diff) | |
download | ffmpeg-ce40188bc046cd180e6f105a6c2d173877e3bcb7.tar.gz |
avfilter/vf_amplify: cosmetics
-rw-r--r-- | libavfilter/vf_amplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_amplify.c b/libavfilter/vf_amplify.c index a3f7fd009b..a297e5a623 100644 --- a/libavfilter/vf_amplify.c +++ b/libavfilter/vf_amplify.c @@ -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); } |