This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
d1fa518e9c
commit
42dfc2bfa9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save