Commit 42dfc2bf authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d1fa518e
......@@ -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