[FFmpeg-devel] [PATCH 2/2] Add SIPR decoder for 5k0, 6k5 and 8k5 modes

Diego Biurrun diego
Fri Dec 18 18:32:48 CET 2009


On Fri, Dec 18, 2009 at 06:07:45PM +0100, Vitor Sessak wrote:
> Diego Biurrun wrote:
>> On Fri, Dec 18, 2009 at 05:52:13PM +0100, Vitor Sessak wrote:
>>> --- libavcodec/sipr.c	(revision 0)
>>> +++ libavcodec/sipr.c	(revision 0)
>>> @@ -0,0 +1,611 @@
>>> +            ff_celp_lp_synthesis_filterf(
>>> +                ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i*subsize,
>>> +                pAz, excitation, L_SUBFR_SIPR, LP_FILTER_ORDER);
>>
>> ugly formatting
>
> What do you suggest? Splitting the sum in two lines or passing the  
> 80-char limit?

Whatever you prefer.

Diego



More information about the ffmpeg-devel mailing list