[FFmpeg-cvslog] r17345 - trunk/libavcodec/xvmc.h
Diego Biurrun
diego
Mon Feb 16 01:23:24 CET 2009
On Sun, Feb 15, 2009 at 09:36:09PM +0100, Michael Niedermayer wrote:
> On Sun, Feb 15, 2009 at 09:13:00PM +0100, iive wrote:
> >
> > Log:
> > Describe all fields in xvmc struct.
>
> > + /** Number of all MB descriptions that could be stored in the mv_blocks array.
> > + - application - set during initialization
> > + - libavcodec - unchanged
> > + */
> > int total_number_of_mv_blocks;
>
> allocated_num_of_mv_blocks seems a better name
>
> > + /** Number of all blocks that could be stored at once in the data_blocks array.
> > + - application - set during initialization
> > + - libavcodec - unchanged
> > + */
> > int total_number_of_data_blocks;
>
> same
Renamed to allocated_mv_blocks / allocated_data_blocks, which is shorter
but equally expressive.
Diego
More information about the ffmpeg-cvslog
mailing list