# HG changeset patch # User diego # Date 1234740219 0 # Node ID 1b7db71c192d79774a7fd3c6e4e159180c3c8bf2 # Parent 1920f21361be22870ec6149637b8658e3b70d356 spelling/wording fixes for the Doxygen comments diff -r 1920f21361be -r 1b7db71c192d xvmc.h --- a/xvmc.h Sun Feb 15 21:05:48 2009 +0000 +++ b/xvmc.h Sun Feb 15 23:23:39 2009 +0000 @@ -39,7 +39,7 @@ */ //@{ /** The field contains the special constant value AV_XVMC_ID. - It is used as test whenever the application knows the calling API, + It is used as a test that the application correctly uses the API, and that there is no corruption caused by pixel routines. - application - set during initialization - libavcodec - unchanged @@ -124,7 +124,7 @@ /** Offset in the mv array for the current slice. Macroblocks described before that offset are assumed to be already passed to the hardware. - - application - zeros it on get_buffer(). + - application - zeroes it on get_buffer(). A successful ff_draw_horiz_band() may increment it with filled_mb_block_num or zero both. - libavcodec - unchanged @@ -132,7 +132,7 @@ int start_mv_blocks_num; /** Number of mv blocks that are filled by libavcodec and have to be passed to the hardware. - - application - zeros it on get_buffer() or after successful ff_draw_horiz_band() + - application - zeroes it on get_buffer() or after successful ff_draw_horiz_band() - libavcodec - increment with one of each stored MB */ int filled_mv_blocks_num;