avfilter/vf_avgblur: remove dupe assignment

pull/322/head
Paul B Mahol 5 years ago
parent dc33250765
commit 7a7aa4f79e
  1. 1
      libavfilter/vf_avgblur.c

@ -138,7 +138,6 @@ static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr,
float acc = 0; \ float acc = 0; \
int count = 0; \ int count = 0; \
\ \
ptr = buffer + x; \
src = s->buffer + x; \ src = s->buffer + x; \
\ \
for (i = 0; i < radius; i++) { \ for (i = 0; i < radius; i++) { \

Loading…
Cancel
Save