summaryrefslogtreecommitdiff
path: root/libavfilter/gblur.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/gblur.h')
-rw-r--r--libavfilter/gblur.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/gblur.h b/libavfilter/gblur.h
index dce50671f6..367575a6db 100644
--- a/libavfilter/gblur.h
+++ b/libavfilter/gblur.h
@@ -50,6 +50,8 @@ typedef struct GBlurContext {
float nuV;
int nb_planes;
void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale);
+ void (*verti_slice)(float *buffer, int width, int height, int slice_start, int slice_end, int steps,
+ float nu, float bscale);
void (*postscale_slice)(float *buffer, int length, float postscale, float min, float max);
} GBlurContext;