[FFmpeg-cvslog] avfilter/vf_amplify: cosmetics
Paul B Mahol
git at videolan.org
Thu Oct 17 12:33:39 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Oct 17 11:32:27 2019 +0200| [ce40188bc046cd180e6f105a6c2d173877e3bcb7] | committer: Paul B Mahol
avfilter/vf_amplify: cosmetics
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce40188bc046cd180e6f105a6c2d173877e3bcb7
---
libavfilter/vf_amplify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
}
More information about the ffmpeg-cvslog
mailing list