avfilter/vf_dblur: remove unused line

pull/371/head
Paul B Mahol 4 years ago
parent 4225819c70
commit b51eae1abe
  1. 1
      libavfilter/vf_dblur.c

@ -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…
Cancel
Save