Commit 9156228d authored by diego's avatar diego

Improve description of next_free_data_block_num struct member.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17960 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1da7b333
...@@ -141,9 +141,9 @@ struct xvmc_pix_fmt { ...@@ -141,9 +141,9 @@ struct xvmc_pix_fmt {
/** Number of the the next free data block; one data block consists of /** Number of the the next free data block; one data block consists of
64 short values in the data_blocks array. 64 short values in the data_blocks array.
All blocks before this one are already claimed by filling their number All blocks before this one have already been claimed by placing their
into the corresponding blocks description structure field, position into the corresponding block description structure field,
that are hold in mv_blocks array. that are part of the mv_blocks array.
- application - zeroes it on get_buffer(). - application - zeroes it on get_buffer().
A successful ff_draw_horiz_band() may zero it together A successful ff_draw_horiz_band() may zero it together
with start_mb_blocks_num. with start_mb_blocks_num.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment