[FFmpeg-devel] [PATCH] G.729 main decoding routine (skeleton)

Vladimir Voroshilov voroshil
Sun Jun 7 03:37:43 CEST 2009


2009/6/7 Diego Biurrun <diego at biurrun.de>:
> On Sun, Jun 07, 2009 at 02:50:30AM +0700, Vladimir Voroshilov wrote:
>> Main decoding routine (almost complete).
>>
>> --- ffmpeg-r19127.orig/libavcodec/g729dec.c
>> +++ ffmpeg-r19127.mod/libavcodec/g729dec.c
>> @@ -158,15 +161,26 @@ static av_cold int decoder_init(AVCodecContext * avctx)
>>
>> + ? ?const uint8_t *buf = avpkt->data;
>> + ? ?int buf_size = avpkt->size;
>
> Things like this could be vertically aligned for better readability.

Aligned version


-- 
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: 0002-Main-decoding-routine.123.patch
Type: text/x-diff
Size: 2146 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090607/5df78117/attachment.patch>



More information about the ffmpeg-devel mailing list