mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_avgblur: remove dupe assignment
This commit is contained in:
parent
dc33250765
commit
7a7aa4f79e
|
@ -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…
Reference in New Issue