X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fg2meet.c;h=41faf7e2d596df6c4e0b4ae90c82fa2352447260;hb=b1b58310d09297eb8e64b156e6da3406bc866cce;hp=67bb1fd31ae7d720156798fce400fce35ff6c594;hpb=98263d751562e3b8cefa6d06eb95f0dee8a205db;p=ffmpeg diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c index 67bb1fd31ae..41faf7e2d59 100644 --- a/libavcodec/g2meet.c +++ b/libavcodec/g2meet.c @@ -28,12 +28,14 @@ #include #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" enum ChunkType { @@ -262,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++) {