[FFmpeg-devel] Google Summer of Code participation
    Thilo Borgmann 
    thilo.borgmann
       
    Sat Apr  4 12:34:53 CEST 2009
    
    
  
Michael Niedermayer schrieb:
> On Fri, Apr 03, 2009 at 07:13:10PM +0200, Thilo Borgmann wrote:
>   
>
>
> missing documentation,all public functions must be documentated
>   
All three documented now.
> that looks like it is not against svn
>   
Oh yes, local issue solved now.
>> -
>>  /*
>>   * Init kmvc decoder
>>   */
>>     
>
> cosmetic
>   
>   
Made less beutiful again.
> tabs
>
>   
All removed now.
>> index 3a90194..ec287b1 100644
>> --- a/libavcodec/vp56.h
>> +++ b/libavcodec/vp56.h
>> @@ -173,6 +173,8 @@ int vp56_free(AVCodecContext *avctx);
>>  void vp56_init_dequant(VP56Context *s, int quantizer);
>>  int vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
>>                        const uint8_t *buf, int buf_size);
>> +int vp56_decode_frame2(AVCodecContext *avctx, void *data, int *data_size,
>> +                      AVPacket *avpkt);
>>  
>>  
>>  /**
>>     
>
> hmm
>   
>
Got the last two hiding. There should be none left now.
Revision 3 attached.
TB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tb.changedAVCodec.rev3.patch
Type: text/x-patch
Size: 98317 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090404/e1e552cf/attachment.bin>
    
    
More information about the ffmpeg-devel
mailing list