Browse Source

avfilter/vf_dblur: remove unused line

tags/n4.4
Paul B Mahol 4 years ago
parent
commit
b51eae1abe
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_dblur.c

+ 0
- 1
libavfilter/vf_dblur.c View File

@@ -40,7 +40,6 @@ typedef struct DBlurContext {
int planeheight[4]; int planeheight[4];
float *buffer; float *buffer;
int nb_planes; int nb_planes;
void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
} DBlurContext; } DBlurContext;


#define OFFSET(x) offsetof(DBlurContext, x) #define OFFSET(x) offsetof(DBlurContext, x)


Loading…
Cancel
Save