Browse Source

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

Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
42dfc2bfa9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo_xvmc.c

+ 1
- 1
libavcodec/mpegvideo_xvmc.c 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;
}
}



Loading…
Cancel
Save