[FFmpeg-soc] [soc]: r2930 - aac/aac.c

Diego Biurrun diego at biurrun.de
Wed Jul 30 20:04:22 CEST 2008


On Wed, Jul 30, 2008 at 05:37:41PM +0200, superdump wrote:
> 
> Log:
> Add missing error check
> 
> --- aac/aac.c	(original)
> +++ aac/aac.c	Wed Jul 30 17:37:41 2008
> @@ -2314,7 +2314,8 @@ static int aac_decode_frame(AVCodecConte
>  
> -    output_samples(avccontext, data, data_size);
> +    if((err = output_samples(avccontext, data, data_size)))

redundant ()

Diego



More information about the FFmpeg-soc mailing list