[FFmpeg-devel] Google Summer of Code participation

Thilo Borgmann thilo.borgmann
Sun Apr 5 00:59:58 CEST 2009



Michael Niedermayer schrieb:
>> diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c
>> index 32e74a6..3cdfc08 100644
>> --- a/libavcodec/qcelpdec.c
>> +++ b/libavcodec/qcelpdec.c
>> @@ -586,7 +586,7 @@ static void apply_pitch_filters(QCELPContext *q, float *cdn_vector)
>>   *
>>   * TIA/EIA/IS-733 2.4.3.3.5
>>   */
>> -static void lspf2lpc(const float *lspf, float *lpc)
>> +void lspf2lpc(const float *lspf, float *lpc)
>>  {
>>      double lsf[10];
>>      double bandwith_expansion_coeff = QCELP_BANDWITH_EXPANSION_COEFF;
>>     
>
> ehh?
>
>   
Mysterious... somehow this file got out of sync on my local copy. As I 
think that there were more decoder files edited since I'm working on 
these I wonder why this is the only one (I had another look at the rev4 
patch for similar occurances, none found)...

I think I've mixed it up with git somehow, I'm sorry and new to git. As 
I said, there should not be another problem of that kind within revision 
5. I've cloned into another directory and applied my two patches 
(movedAgain & rev5) and it compiles and tests. Also, the patch itself 
looks good.

TB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tb.changedAVCodec.rev5.patch
Type: text/x-patch
Size: 98507 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090405/d997c68f/attachment.bin>



More information about the ffmpeg-devel mailing list