Commit 7a7aa4f7 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_avgblur: remove dupe assignment

parent dc332507
...@@ -138,7 +138,6 @@ static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, ...@@ -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++) { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment