Commit e82fc0bd authored by diego's avatar diego

whitespace cosmetics: Place spaces around += for better readability.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b3fc6170
......@@ -61,7 +61,7 @@ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp)
s->pblocks[i] = (short *)(&s->block[j++]);
else
s->pblocks[i] = NULL;
cbp+=cbp;
cbp += cbp;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment