[FFmpeg-cvslog] r24237 - in trunk/libavcodec: escape124.c fraps.c rl2.c

Reimar Döffinger Reimar.Doeffinger
Wed Jul 14 18:40:10 CEST 2010


On Wed, Jul 14, 2010 at 03:12:24PM +0200, diego wrote:
> Author: diego
> Date: Wed Jul 14 15:12:24 2010
> New Revision: 24237
> 
> Log:
> Remove incomplete Doxygen for static decode_frame functions.
> These functions are not documented for other decoders and
> should be obvious enough even without Doxygen.
> patch by Thilo Borgmann, thilo.borgmann googlemail com

Not sure if this was mentioned already, but the right place
to document them is in "struct AVCodec".
There are some things that are worth noting, e.g.
*data_size is initialized to the size of the *data buffer,
must be set to 0 on error and otherwise to the amount of data
written there, and the data passed inside the avpkt should
not be modified (though some decoders violate this).



More information about the ffmpeg-cvslog mailing list