[FFmpeg-devel] [PATCH] G.729 parameters decoding

Vladimir Voroshilov voroshil
Wed Jun 10 20:35:48 CEST 2009


2009/6/11 Diego Biurrun <diego at biurrun.de>:
> On Thu, Jun 11, 2009 at 01:22:35AM +0700, Vladimir Voroshilov wrote:
>> Patch adds routine, which decodes one G.729 frame into vector of
>> decoding parameters.
>> Both G.729 and G.729D are supported.
>>
>> --- ffmpeg-r19127.orig/libavcodec/g729dec.c
>> +++ ffmpeg-r19127.mod/libavcodec/g729dec.c
>> @@ -162,12 +203,43 @@ static av_cold int decoder_init(AVCodecContext * avctx)
>> +static void g729_bytes2parm(G729FormatDescription *format, const uint8_t *buf, int buf_size, G729Parameters *parm)
>
> Is the prefix needed?
>
> And extra good karma for breaking long lines.
>

Deeper night is the only time i can code :(
Both fixed.

-- 
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: 0004-Parameters-decoding-routine.131.patch
Type: text/x-diff
Size: 5908 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090611/d4b2e612/attachment.patch>



More information about the ffmpeg-devel mailing list