comparison mpegvideo_xvmc.c @ 8961:22227c45a1fd libavcodec

small Doxygen comment grammar fix
author diego
date Tue, 17 Feb 2009 23:36:28 +0000
parents a8c7a467a287
children 69747b732498
comparison
equal deleted inserted replaced
8960:a8c7a467a287 8961:22227c45a1fd
46 s->block = (DCTELEM *)(render->data_blocks + render->next_free_data_block_num * 64); 46 s->block = (DCTELEM *)(render->data_blocks + render->next_free_data_block_num * 64);
47 } 47 }
48 48
49 /** 49 /**
50 * Fill individual block pointers, so there are no gaps in the data_block array 50 * Fill individual block pointers, so there are no gaps in the data_block array
51 * in case not all blocks in MB are coded. 51 * in case not all blocks in the macroblock are coded.
52 */ 52 */
53 void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp) 53 void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
54 { 54 {
55 int i, j = 0; 55 int i, j = 0;
56 const int mb_block_count = 4 + (1 << s->chroma_format); 56 const int mb_block_count = 4 + (1 << s->chroma_format);