gcc 2.95.x fix.
authorkramm <kramm>
Thu, 7 Oct 2004 15:46:21 +0000 (15:46 +0000)
committerkramm <kramm>
Thu, 7 Oct 2004 15:46:21 +0000 (15:46 +0000)
lib/h.263/swfvideo.c

index 4c5983d..9577572 100644 (file)
@@ -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;y<s->height;y++)
     for(x=0;x<s->width;x++) {
        s->current[y*s->width+x].y = 0;