mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00: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