comparison xvmc.h @ 8937:1b7db71c192d libavcodec

spelling/wording fixes for the Doxygen comments
author diego
date Sun, 15 Feb 2009 23:23:39 +0000
parents 1920f21361be
children 5a212db68a2f
comparison
equal deleted inserted replaced
8936:1920f21361be 8937:1b7db71c192d
37 /** Set by the calling application. 37 /** Set by the calling application.
38 Once set these values are not supposed to be modified. 38 Once set these values are not supposed to be modified.
39 */ 39 */
40 //@{ 40 //@{
41 /** The field contains the special constant value AV_XVMC_ID. 41 /** The field contains the special constant value AV_XVMC_ID.
42 It is used as test whenever the application knows the calling API, 42 It is used as a test that the application correctly uses the API,
43 and that there is no corruption caused by pixel routines. 43 and that there is no corruption caused by pixel routines.
44 - application - set during initialization 44 - application - set during initialization
45 - libavcodec - unchanged 45 - libavcodec - unchanged
46 */ 46 */
47 int xvmc_id; 47 int xvmc_id;
122 unsigned int flags; 122 unsigned int flags;
123 //}@ 123 //}@
124 124
125 /** Offset in the mv array for the current slice. 125 /** Offset in the mv array for the current slice.
126 Macroblocks described before that offset are assumed to be already passed to the hardware. 126 Macroblocks described before that offset are assumed to be already passed to the hardware.
127 - application - zeros it on get_buffer(). 127 - application - zeroes it on get_buffer().
128 A successful ff_draw_horiz_band() may increment it 128 A successful ff_draw_horiz_band() may increment it
129 with filled_mb_block_num or zero both. 129 with filled_mb_block_num or zero both.
130 - libavcodec - unchanged 130 - libavcodec - unchanged
131 */ 131 */
132 int start_mv_blocks_num; 132 int start_mv_blocks_num;
133 133
134 /** Number of mv blocks that are filled by libavcodec and have to be passed to the hardware. 134 /** Number of mv blocks that are filled by libavcodec and have to be passed to the hardware.
135 - application - zeros it on get_buffer() or after successful ff_draw_horiz_band() 135 - application - zeroes it on get_buffer() or after successful ff_draw_horiz_band()
136 - libavcodec - increment with one of each stored MB 136 - libavcodec - increment with one of each stored MB
137 */ 137 */
138 int filled_mv_blocks_num; 138 int filled_mv_blocks_num;
139 139
140 /** Offset to the next free data block. The mv_blocks hold a number pointing to the data blocks. 140 /** Offset to the next free data block. The mv_blocks hold a number pointing to the data blocks.