[FFmpeg-devel] [PATCH] IFF: Check for invalid width and height in decoder

Ronald S. Bultje rsbultje
Mon May 10 15:58:15 CEST 2010


Hi,

On Mon, May 10, 2010 at 9:48 AM, Sebastian Vater
<cdgs.basty at googlemail.com> wrote:
> +    if ( (err = avcodec_check_dimensions(avctx, avctx->width, avctx->height)) )
> +        return err;

Now without the ( ( ( spaces. OK otherwise.

Roanld



More information about the ffmpeg-devel mailing list