diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-15 23:23:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-15 23:23:39 +0000 |
commit | 2f953883e3c35ee3a853e45ea48347efb0542bbc (patch) | |
tree | 2cf2e4d8586dcf525dacf5cbd432fc2d97d50fce /libavcodec/xvmc.h | |
parent | f194f47047b2cddb43223c3f0021e0c5b6d70588 (diff) | |
download | ffmpeg-2f953883e3c35ee3a853e45ea48347efb0542bbc.tar.gz |
spelling/wording fixes for the Doxygen comments
Originally committed as revision 17352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-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 a1c14057a8..65fdf5994c 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -39,7 +39,7 @@ struct xvmc_pix_fmt { */ //@{ /** 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 @@ struct xvmc_pix_fmt { /** 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 @@ struct xvmc_pix_fmt { 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; |