# HG changeset patch # User diego # Date 1237051228 0 # Node ID b3a081ee40a9d5e30994163fa173fbf7d8dcde05 # Parent c48f55549c06d98900e09391be904a8f4d46143f Improve description of next_free_data_block_num struct member. diff -r c48f55549c06 -r b3a081ee40a9 xvmc.h --- a/xvmc.h Fri Mar 13 23:36:38 2009 +0000 +++ b/xvmc.h Sat Mar 14 17:20:28 2009 +0000 @@ -141,9 +141,9 @@ /** Number of the the next free data block; one data block consists of 64 short values in the data_blocks array. - All blocks before this one are already claimed by filling their number - into the corresponding blocks description structure field, - that are hold in mv_blocks array. + All blocks before this one have already been claimed by placing their + position into the corresponding block description structure field, + that are part of the mv_blocks array. - application - zeroes it on get_buffer(). A successful ff_draw_horiz_band() may zero it together with start_mb_blocks_num.