comparison xvmc.h @ 8940:d9555e218ce3 libavcodec

cosmetics: one more wording fix
author diego
date Mon, 16 Feb 2009 00:09:00 +0000
parents 752780e31cb6
children 42a048ecbba3
comparison
equal deleted inserted replaced
8939:752780e31cb6 8940:d9555e218ce3
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 hold 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 in it. 150 of coded blocks it contains.
151 */ 151 */
152 int next_free_data_block_num; 152 int next_free_data_block_num;
153 153
154 /** extensions may be placed here */ 154 /** extensions may be placed here */
155 #if LIBAVCODEC_VERSION_MAJOR < 53 155 #if LIBAVCODEC_VERSION_MAJOR < 53