From 8cd6b7f4e60afa919134a2a2ce9af12809d01bbc Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 5 Feb 2004 10:18:39 +0000 Subject: [PATCH] fixed compiler warnings --- src/swfdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swfdump.c b/src/swfdump.c index b6cb9a5..9b58e2d 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -416,7 +416,7 @@ void handleVideoStream(TAG*tag, char*prefix) void handleVideoFrame(TAG*tag, char*prefix) { U32 code, version, reference, sizeflags; - U32 width, height; + U32 width=0, height=0; U8 type; U16 id = swf_GetU16(tag); U16 frame = swf_GetU16(tag); -- 1.7.10.4