OSDN Git Service

whitespace cosmetics: Place spaces around += for better readability.
authorDiego Biurrun <diego@biurrun.de>
Mon, 16 Feb 2009 11:35:38 +0000 (11:35 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 16 Feb 2009 11:35:38 +0000 (11:35 +0000)
Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo_xvmc.c

index 06c7bfc..3d56bec 100644 (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;
     }
 }