From 7ed833d78ea661d619124fd898547a900f6480bc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 25 Feb 2013 21:21:29 +0100 Subject: vf_gradfun: switch to an AVOptions-based system. --- libavfilter/gradfun.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/gradfun.h') 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 -- cgit v1.2.3