mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
avfilter/vf_avgblur: remove dupe assignment
This commit is contained in:
@@ -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++) { \
|
||||
|
||||
Reference in New Issue
Block a user