[FFmpeg-devel] [PATCH] vf_idet: fix type of stats

Stefano Sabatini stefasab at gmail.com
Wed Dec 26 12:26:57 CET 2012


On date Wednesday 2012-12-26 03:35:13 +0100, Michael Niedermayer encoded:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavfilter/vf_idet.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
> index e56cff4..d6065fb 100644
> --- a/libavfilter/vf_idet.c
> +++ b/libavfilter/vf_idet.c
> @@ -41,8 +41,8 @@ typedef struct {
>      float progressive_threshold;
>  
>      Type last_type;
> -    Type prestat[4];
> -    Type poststat[4];
> +    int prestat[4];
> +    int poststat[4];

LGTM.
-- 
FFmpeg = Fancy Funny Magic Philosofic Elegant Gladiator


More information about the ffmpeg-devel mailing list