mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avfilter/vf_dblur: remove unused line
This commit is contained in:
parent
4225819c70
commit
b51eae1abe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user