Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avfilter/vf_avgblur: remove dupe assignment
  • Loading branch information
richardpl committed Sep 16, 2019
1 parent dc33250 commit 7a7aa4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavfilter/vf_avgblur.c
Expand Up @@ -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++) { \
Expand Down

0 comments on commit 7a7aa4f

Please sign in to comment.