Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-26 00:21:29 +0400
committerAnton Khirnov <anton@khirnov.net>2013-04-09 21:04:57 +0400
commit7ed833d78ea661d619124fd898547a900f6480bc (patch)
tree55b7549be44ddc2148d74ae00ab6833840040bd9 /libavfilter/gradfun.h
parentc334c113d4d9e9a41bc38a3e4458d7ab21010401 (diff)
vf_gradfun: switch to an AVOptions-based system.
Diffstat (limited to 'libavfilter/gradfun.h')
-rw-r--r--libavfilter/gradfun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/gradfun.h b/libavfilter/gradfun.h
index 876579a182..01e9eed697 100644
--- a/libavfilter/gradfun.h
+++ b/libavfilter/gradfun.h
@@ -26,6 +26,8 @@
/// Holds instance-specific information for gradfun.
typedef struct GradFunContext {
+ const AVClass *class;
+ float strength;
int thresh; ///< threshold for gradient algorithm
int radius; ///< blur radius
int chroma_w; ///< width of the chroma planes