comparison mpegvideo_xvmc.c @ 8947:8d3722a5973a libavcodec

whitespace cosmetics: Place spaces around += for better readability.
author diego
date Mon, 16 Feb 2009 11:35:38 +0000
parents 1b00a4a76ade
children 5e70bdb97d0c
comparison
equal deleted inserted replaced
8946:cc6a2fb661af 8947:8d3722a5973a
59 for (i = 0; i < mb_block_count; i++) { 59 for (i = 0; i < mb_block_count; i++) {
60 if (cbp & (1 << 11)) 60 if (cbp & (1 << 11))
61 s->pblocks[i] = (short *)(&s->block[j++]); 61 s->pblocks[i] = (short *)(&s->block[j++]);
62 else 62 else
63 s->pblocks[i] = NULL; 63 s->pblocks[i] = NULL;
64 cbp+=cbp; 64 cbp += cbp;
65 } 65 }
66 } 66 }
67 67
68 /** 68 /**
69 * Find and store the surfaces that are used as reference frames. 69 * Find and store the surfaces that are used as reference frames.