diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-14 17:20:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-14 17:20:28 +0000 |
commit | b91813b6da3df97e3bb015c492a49b6cd759ddb2 (patch) | |
tree | 2e7d785d3e1974c038d6c43caaa351786a006a77 | |
parent | 85b4230f6848f4af1c76dc0bfae5c3468437d158 (diff) | |
download | ffmpeg-b91813b6da3df97e3bb015c492a49b6cd759ddb2.tar.gz |
Improve description of next_free_data_block_num struct member.
Originally committed as revision 17960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/xvmc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 12da4bfc3d..01f84b28c5 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -141,9 +141,9 @@ struct xvmc_pix_fmt { /** 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. |