[FFmpeg-soc] [soc]: r2396 - aacenc/aacenc.c
Kostya
kostya.shishkov at gmail.com
Sat Jun 7 13:01:47 CEST 2008
On Sat, Jun 07, 2008 at 11:56:14AM +0200, Diego Biurrun wrote:
> 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
Have I said anything about it being a better name?
I'm equally used to "c" and "s" for codec context names.
But the majority of names here was "s", so I decided to
stick to it.
More information about the FFmpeg-soc
mailing list