From 99603247eec927601be29e3cf8e66638b9f3827a Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 7 Oct 2004 15:46:21 +0000 Subject: [PATCH] gcc 2.95.x fix. --- lib/h.263/swfvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4