summaryrefslogtreecommitdiff
path: root/libavfilter/gradfun.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/gradfun.h')
-rw-r--r--libavfilter/gradfun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/gradfun.h b/libavfilter/gradfun.h
index 5d011309c6..876579a182 100644
--- a/libavfilter/gradfun.h
+++ b/libavfilter/gradfun.h
@@ -25,7 +25,7 @@
#include "avfilter.h"
/// Holds instance-specific information for gradfun.
-typedef struct {
+typedef struct GradFunContext {
int thresh; ///< threshold for gradient algorithm
int radius; ///< blur radius
int chroma_w; ///< width of the chroma planes