This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_avgblur: remove dupe assignment
tags/n4.3
Paul B Mahol
6 years ago
parent
dc33250765
commit
7a7aa4f79e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/vf_avgblur.c
+ 0
- 1
libavfilter/vf_avgblur.c
View File
@@ -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++) { \
Write
Preview
Loading…
Cancel
Save