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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc