[FFmpeg-cvslog] r25817 - trunk/libavfilter/vf_crop.c

Baptiste Coudurier baptiste.coudurier
Wed Nov 24 02:34:47 CET 2010


Hi,

On 11/23/2010 01:08 PM, stefano wrote:
> Author: stefano
> Date: Tue Nov 23 22:08:22 2010
> New Revision: 25817
>
> Log:
> Add informative log message in the crop filter.
>
> Modified:
>     trunk/libavfilter/vf_crop.c
>
> Modified: trunk/libavfilter/vf_crop.c
> ==============================================================================
> --- trunk/libavfilter/vf_crop.c	Tue Nov 23 21:42:03 2010	(r25816)
> +++ trunk/libavfilter/vf_crop.c	Tue Nov 23 22:08:22 2010	(r25817)
> @@ -200,6 +200,9 @@ static int config_input(AVFilterLink *li
>                                NULL, NULL, NULL, NULL, 0, ctx))<  0)
>           return AVERROR(EINVAL);
>
> +    av_log(ctx, AV_LOG_INFO, "w:%d h:%d ->  w:%d h:%d\n",
> +           link->w, link->h, crop->w, crop->h, crop->x, crop->y);
> +

libavfilter/vf_crop.c: In function ?config_input?:
libavfilter/vf_crop.c:204:12: warning: too many arguments for format

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-cvslog mailing list