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

Vladimir Voroshilov voroshil
Wed Jun 17 21:10:52 CEST 2009


2009/6/18 Diego Biurrun <diego at biurrun.de>:
> On Thu, Jun 18, 2009 at 02:00:37AM +0700, Vladimir Voroshilov wrote:
>> First patch for main decoding routine.
>> Decodes LSF (Linear Spectrum Frequencies, if i'm not wrong).
>>
>> --- ffmpeg-r19188/libavcodec/g729dec.c
>> +++ ffmpeg-r19188_v153/libavcodec/g729dec.c
>> @@ -114,8 +119,74 @@ static inline int get_parity(uint8_t value)
>>
>> + ? ?/* Rotate past_quantizer_outputs. */
>> + ? ?for(k=MA_NP-1; k>0; k--)
>
> nit: inconsistently formatted for construct

Damn. One was overlooked...
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: 0002-LSF-decoding-routines.157.patch
Type: text/x-diff
Size: 5843 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090618/4305bd48/attachment.patch>



More information about the ffmpeg-devel mailing list