]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Improve description of next_free_data_block_num struct member.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 14 Mar 2009 17:20:28 +0000 (17:20 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 14 Mar 2009 17:20:28 +0000 (17:20 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17960 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/xvmc.h

index 12da4bfc3db9a780033deddfa98043d5fd7eaefc..01f84b28c5e6ae053888660fe05a69e290c0d1d6 100644 (file)
@@ -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.