1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-16 11:35:38 +00:00
parent d1fa518e9c
commit 42dfc2bfa9

View File

@ -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;
}
}