]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_dblur: remove unused line
authorPaul B Mahol <onemda@gmail.com>
Thu, 21 Jan 2021 11:58:58 +0000 (12:58 +0100)
committerPaul B Mahol <onemda@gmail.com>
Thu, 21 Jan 2021 12:37:47 +0000 (13:37 +0100)
libavfilter/vf_dblur.c

index cc127da73f8878111b4de59c641aec7852fa0c27..c4c37dec5221b72b14ceafda0bee19b4d6dfce25 100644 (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)