[FFmpeg-cvslog] avfilter/vf_avgblur: remove dupe assignment
Paul B Mahol
git at videolan.org
Mon Sep 16 12:49:27 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Sep 16 10:31:05 2019 +0200| [7a7aa4f79e506eff8bddb971da2b7cf0dac7d009] | committer: Paul B Mahol
avfilter/vf_avgblur: remove dupe assignment
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a7aa4f79e506eff8bddb971da2b7cf0dac7d009
---
libavfilter/vf_avgblur.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_avgblur.c b/libavfilter/vf_avgblur.c
index c7b88427fd..fdc9d39ce1 100644
--- a/libavfilter/vf_avgblur.c
+++ b/libavfilter/vf_avgblur.c
@@ -138,7 +138,6 @@ static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr,
float acc = 0; \
int count = 0; \
\
- ptr = buffer + x; \
src = s->buffer + x; \
\
for (i = 0; i < radius; i++) { \
More information about the ffmpeg-cvslog
mailing list