X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftools.c;h=8f6b418a901fef0480ffe0ccaecc0211d3c410ed;hb=b628ac5236f25c4729c0bb660cd6f4605af26b24;hp=e46bd77bd173c5dc302eef28d74a2111e39af20a;hpb=664544cae79530caa45ccf382f620e9dd5e55996;p=swftools.git diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index e46bd77..8f6b418 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -250,6 +250,7 @@ static int swf_pseudodefiningtagids[] = ST_NAMECHARACTER, ST_DOINITACTION, ST_VIDEOFRAME, + ST_GLYPHNAMES, -1 }; @@ -658,6 +659,7 @@ void enumerateUsedIDs(TAG * tag, int base, void (*callback)(TAG*, int, void*), v } break; } + case ST_GLYPHNAMES: case ST_DEFINEFONTINFO: case ST_DEFINEFONTINFO2: case ST_VIDEOFRAME: @@ -889,9 +891,9 @@ TAG* swf_Concatenate (TAG*list1,TAG*list2) TAG*tag=0,*lasttag=0; char bitmap[65536]; char depthmap[65536]; + SWF swf1,swf2; memset(bitmap, 0, sizeof(bitmap)); memset(depthmap, 0, sizeof(depthmap)); - SWF swf1,swf2; memset(&swf1, 0, sizeof(swf1)); memset(&swf2, 0, sizeof(swf2));