# HG changeset patch # User diego # Date 1234742134 0 # Node ID 5a212db68a2f9e7548cc63d699c4d368ea131317 # Parent 1b7db71c192d79774a7fd3c6e4e159180c3c8bf2 Doxygen spelling/wording fixes diff -r 1b7db71c192d -r 5a212db68a2f xvmc.h --- a/xvmc.h Sun Feb 15 23:23:39 2009 +0000 +++ b/xvmc.h Sun Feb 15 23:55:34 2009 +0000 @@ -47,7 +47,7 @@ int xvmc_id; /** Pointer to the block array allocated by XvMCCreateBlocks() - it contins differential pixel data (in MoCo mode) + it contains differential pixel data (in MoCo mode) or coefficients for IDCT. - application - set during initialization - libavcodec - unchanged @@ -60,13 +60,14 @@ */ XvMCMacroBlock* mv_blocks; - /** Number of all MB descriptions that could be stored in the mv_blocks array. + /** Number of macroblock descriptions that can be stored in the mv_blocks + array. - application - set during initialization - libavcodec - unchanged */ int total_number_of_mv_blocks; - /** Number of all blocks that could be stored at once in the data_blocks array. + /** Number of blocks that can be stored at once in the data_blocks array. - application - set during initialization - libavcodec - unchanged */ @@ -79,15 +80,15 @@ */ int idct; - /** In MoCo mode it indicates that Intra MB are assumed to be in unsigned format - Same as XVMC_INTRA_UNSIGNED flag. + /** In MoCo mode it indicates that intra macroblocks are assumed to be in + unsigned format; same as the XVMC_INTRA_UNSIGNED flag. - application - set during initialization - libavcodec - unchanged */ int unsigned_intra; /** Pointer to the surface allocated by XvMCCreateSurface(). - It identifies the frame on the video hardware and its state. + It identifies the frame and its state on the video hardware. - application - set during initialization - libavcodec - unchanged */ @@ -123,7 +124,8 @@ //}@ /** Offset in the mv array for the current slice. - Macroblocks described before that offset are assumed to be already passed to the hardware. + Macroblocks described before that offset are assumed to have already + been passed to the hardware. - application - zeroes it on get_buffer(). A successful ff_draw_horiz_band() may increment it with filled_mb_block_num or zero both.