From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavfilter/gradfun.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffmpeg/libavfilter/gradfun.h') diff --git a/ffmpeg/libavfilter/gradfun.h b/ffmpeg/libavfilter/gradfun.h index 801dddd..eb1f1eb 100644 --- a/ffmpeg/libavfilter/gradfun.h +++ b/ffmpeg/libavfilter/gradfun.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Nolan Lum - * Copyright (c) 2009 Loren Merritt + * Copyright (c) 2009 Loren Merritt * * This file is part of FFmpeg. * @@ -27,7 +27,7 @@ /// Holds instance-specific information for gradfun. typedef struct GradFunContext { const AVClass *class; - double strength; ///< user specified strength, used to define thresh + float strength; int thresh; ///< threshold for gradient algorithm int radius; ///< blur radius int chroma_w; ///< width of the chroma planes -- cgit v1.2.3