Browse Source

avfilter/vf_avgblur: remove dupe assignment

tags/n4.3
Paul B Mahol 6 years ago
parent
commit
7a7aa4f79e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_avgblur.c

+ 0
- 1
libavfilter/vf_avgblur.c 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++) { \


Loading…
Cancel
Save