ffmpeg | branch: master | Paul B Mahol <[email protected]> | 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);
 }

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to