avfilter/vf_avgblur: remove dupe assignment

This commit is contained in:
Paul B Mahol 2019-09-16 10:31:05 +02:00
parent dc33250765
commit 7a7aa4f79e

View File

@ -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++) { \