[FFmpeg-cvslog] g2meet: K&R formatting cosmetics
Diego Biurrun
git at videolan.org
Wed Apr 8 20:56:00 CEST 2015
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Oct 10 10:52:03 2014 +0200| [bb815dfc38b8ef7a89d6b9684ce0cdc296385d6d] | committer: Diego Biurrun
g2meet: K&R formatting cosmetics
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb815dfc38b8ef7a89d6b9684ce0cdc296385d6d
---
libavcodec/g2meet.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c
index ddd7a1f..475c244 100644
--- a/libavcodec/g2meet.c
+++ b/libavcodec/g2meet.c
@@ -28,11 +28,12 @@
#include <zlib.h>
#include "libavutil/intreadwrite.h"
+
#include "avcodec.h"
#include "blockdsp.h"
#include "bytestream.h"
-#include "idctdsp.h"
#include "get_bits.h"
+#include "idctdsp.h"
#include "internal.h"
#include "jpegtables.h"
#include "mjpeg.h"
@@ -263,7 +264,8 @@ static int jpg_decode_data(JPGContext *c, int width, int height,
for (i = 0; i < 3; i++)
c->prev_dc[i] = 1024;
- bx = by = 0;
+ bx =
+ by = 0;
c->bdsp.clear_blocks(c->block[0]);
for (mb_y = 0; mb_y < mb_h; mb_y++) {
for (mb_x = 0; mb_x < mb_w; mb_x++) {
More information about the ffmpeg-cvslog
mailing list