[FFmpeg-cvslog] r17383 - trunk/libavcodec/xvmc.h

Diego Biurrun diego
Mon Feb 23 00:30:05 CET 2009


On Tue, Feb 17, 2009 at 11:35:25PM +0100, Diego Biurrun wrote:
> On Mon, Feb 16, 2009 at 07:16:26PM +0100, iive wrote:
> > 
> > Log:
> > Improvements in xvmc structure fields descriptions.
> > 
> > --- trunk/libavcodec/xvmc.h	Mon Feb 16 17:33:00 2009	(r17382)
> > +++ trunk/libavcodec/xvmc.h	Mon Feb 16 19:16:23 2009	(r17383)
> > @@ -134,19 +130,23 @@ struct xvmc_pix_fmt {
> >  
> > -    /** Offset to the next free data block. The mv_blocks field holds a number
> > -        pointing to the data blocks.
> > -        - application - zeroes it on get_buffer() and after successful
> > -                        ff_draw_horiz_band().
> > -        - libavcodec  - each macroblock increases it with the number
> > +    /** Number of the the next free data block.
> > +        One data block is 64 short values in data_blocks array.
> > +        All blocks before this one are already claimed by filling their number
> > +        in the corresponding blocks description structure field,
> > +        that are hold in mv_blocks array.
> 
> The last sentence is very confusing.  The following improves its grammar
> but my tired mind still cannot wrap itself around it:
> 
>   All blocks before this one are already claimed by filling their number
>   into the corresponding blocks description structure field,
>   that are held in the mv_blocks array.
> 
> Ivan, could you try to explain this in another handful of words?

Ivan, ping ...

Diego




More information about the ffmpeg-cvslog mailing list