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_dblur: remove unused line
tags/n4.4
Paul B Mahol
4 years ago
parent
4225819c70
commit
b51eae1abe
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_dblur.c
+ 0
- 1
libavfilter/vf_dblur.c
View File
@@ -40,7 +40,6 @@ typedef struct DBlurContext {
int planeheight[4];
float *buffer;
int nb_planes;
void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
} DBlurContext;
#define OFFSET(x) offsetof(DBlurContext, x)
Write
Preview
Loading…
Cancel
Save