comparison xvmc.h @ 8951:533777a86f12 libavcodec

Minor clarification of xvmc field description.
author iive
date Mon, 16 Feb 2009 18:19:48 +0000
parents 3fb542a23731
children 52c002a02f65
comparison
equal deleted inserted replaced
8950:3fb542a23731 8951:533777a86f12
128 with filled_mb_block_num or zero both. 128 with filled_mb_block_num or zero both.
129 - libavcodec - unchanged 129 - libavcodec - unchanged
130 */ 130 */
131 int start_mv_blocks_num; 131 int start_mv_blocks_num;
132 132
133 /** Number of new macro blocks descriptions in mv_blocks array 133 /** Number of new macro blocks descriptions in mv_blocks array (after start_mv_blocks_num)
134 that are filled by libavcodec and have to be passed to the hardware. 134 that are filled by libavcodec and have to be passed to the hardware.
135 - application - zeroes it on get_buffer() or after successful 135 - application - zeroes it on get_buffer() or after successful
136 ff_draw_horiz_band(). 136 ff_draw_horiz_band().
137 - libavcodec - increment with one of each stored MB 137 - libavcodec - increment with one of each stored MB
138 */ 138 */