[FFmpeg-cvslog] r24228 - trunk/libavcodec/avfft.c

Reimar Döffinger Reimar.Doeffinger
Tue Jul 13 19:27:25 CEST 2010


On Tue, Jul 13, 2010 at 08:54:31AM +0200, mru wrote:
> @@ -126,9 +120,7 @@ DCTContext *av_dct_init(int nbits, enum 
>  {
>      DCTContext *s = av_malloc(sizeof(*s));
>  
> -    if (s)
> -        ff_dct_init(s, nbits, inverse);
> -    else
> +    if (s && (ff_dct_init(s, nbits, inverse)))

Useless ()



More information about the ffmpeg-cvslog mailing list