[FFmpeg-devel] [PATCH] Common ACELP code & G.729 [4/7] - G.729 core

Diego Biurrun diego
Sat Jul 12 10:45:31 CEST 2008


On Sat, Jul 12, 2008 at 02:31:29PM +0700, Vladimir Voroshilov wrote:
> 2008/7/4 Diego Biurrun <diego at biurrun.de>:
> > On Tue, Jul 01, 2008 at 03:06:40AM +0700, Vladimir Voroshilov wrote:
> >> +/**
> >> + * maximum size of one subframe over supported formats
> >
> > huh?
> 
> maximum possible subframe size

OK, I was confused about what you meant by "over supported formats".

> >> +AVCodec g729_decoder =
> >> +{
> >> +    "g729",
> >> +    CODEC_TYPE_AUDIO,
> >> +    CODEC_ID_G729,
> >> +    sizeof(G729_Context),
> >> +    ff_g729_decoder_init,
> >> +    NULL,
> >> +    NULL,
> >> +    ff_g729_decode_frame,
> >> +};
> >
> > The codec long is missing.
> 
> Can suggest only obvious "G.729"

That is perfectly fine.

Diego




More information about the ffmpeg-devel mailing list