[FFmpeg-soc] [soc]: r2396 - aacenc/aacenc.c

Diego Biurrun diego at biurrun.de
Sat Jun 7 11:56:14 CEST 2008


On Sat, Jun 07, 2008 at 11:48:02AM +0200, kostya wrote:
> 
> Log:
> Rename context variable for consistency
> 
> --- aacenc/aacenc.c	(original)
> +++ aacenc/aacenc.c	Sat Jun  7 11:48:02 2008
> @@ -62,14 +62,14 @@ static int put_audio_specific_config(AVC
>  static int aac_encode_init(AVCodecContext *avctx)
>  {
> -    AACEncContext *c = avctx->priv_data;
> +    AACEncContext *s = avctx->priv_data;

Is 's' really a better name for a context than 'c'?

Diego



More information about the FFmpeg-soc mailing list