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

Vladimir Voroshilov voroshil
Sat Jul 12 09:31:29 CEST 2008


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

>> +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"


-- 
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 04_g729dec_75.diff
Type: text/x-diff
Size: 30280 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080712/8b52b0ca/attachment.diff>



More information about the ffmpeg-devel mailing list