comparison xvmc.h @ 8943:c1fd3c6a8533 libavcodec

Doxygen comment wording fix
author diego
date Mon, 16 Feb 2009 01:59:51 +0000
parents 42a048ecbba3
children 3fb542a23731
comparison
equal deleted inserted replaced
8942:9dcb220e968c 8943:c1fd3c6a8533
140 ff_draw_horiz_band(). 140 ff_draw_horiz_band().
141 - libavcodec - increment with one of each stored MB 141 - libavcodec - increment with one of each stored MB
142 */ 142 */
143 int filled_mv_blocks_num; 143 int filled_mv_blocks_num;
144 144
145 /** Offset to the next free data block. The mv_blocks hold a number 145 /** Offset to the next free data block. The mv_blocks field holds a number
146 pointing to the data blocks. 146 pointing to the data blocks.
147 - application - zeroes it on get_buffer() and after successful 147 - application - zeroes it on get_buffer() and after successful
148 ff_draw_horiz_band(). 148 ff_draw_horiz_band().
149 - libavcodec - each macroblock increases it with the number 149 - libavcodec - each macroblock increases it with the number
150 of coded blocks it contains. 150 of coded blocks it contains.