[FFmpeg-cvslog] avfilter/vf_dblur: remove unused line

Paul B Mahol git at videolan.org
Thu Jan 21 14:41:27 EET 2021


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jan 21 12:58:58 2021 +0100| [b51eae1abeab6875e619a598b6e8d4e14c1b6cfd] | committer: Paul B Mahol

avfilter/vf_dblur: remove unused line

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b51eae1abeab6875e619a598b6e8d4e14c1b6cfd
---

 libavfilter/vf_dblur.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_dblur.c b/libavfilter/vf_dblur.c
index cc127da73f..c4c37dec52 100644
--- a/libavfilter/vf_dblur.c
+++ b/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)



More information about the ffmpeg-cvslog mailing list