git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8278af2
)
fixed compiler warnings
author
kramm
<kramm>
Thu, 5 Feb 2004 10:18:39 +0000
(10:18 +0000)
committer
kramm
<kramm>
Thu, 5 Feb 2004 10:18:39 +0000
(10:18 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
b6cb9a5
..
9b58e2d
100644
(file)
--- 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;
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);
U8 type;
U16 id = swf_GetU16(tag);
U16 frame = swf_GetU16(tag);