mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00: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:
parent
d1fa518e9c
commit
42dfc2bfa9
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user