mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user