From: kramm Date: Thu, 7 Oct 2004 15:46:21 +0000 (+0000) Subject: gcc 2.95.x fix. X-Git-Tag: release-0-6-2~12 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=99603247eec927601be29e3cf8e66638b9f3827a gcc 2.95.x fix. --- diff --git a/lib/h.263/swfvideo.c b/lib/h.263/swfvideo.c index 4c5983d..9577572 100644 --- a/lib/h.263/swfvideo.c +++ b/lib/h.263/swfvideo.c @@ -1243,11 +1243,11 @@ void swf_SetVideoStreamBlackFrame(TAG*tag, VIDEOSTREAM*s) { int bx, by; int quant = 31; + int x,y; s->quant = quant; writeHeader(tag, s->width, s->height, s->frame, quant, TYPE_IFRAME); - int x,y; for(y=0;yheight;y++) for(x=0;xwidth;x++) { s->current[y*s->width+x].y = 0;