X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.c;h=f40d71989e604fae1b2e305c16465e4b9d46dfa3;hb=b3ae7bccfb9f4ed16e26631fee072fa011f9847e;hp=7b2bf69f5e250e8fb3630e804c7de2c7d326daf8;hpb=07b215b2a0b442a8f9b832b9ff94755bb6191d48;p=swftools.git diff --git a/lib/rfxswf.c b/lib/rfxswf.c index 7b2bf69..f40d719 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -498,7 +498,6 @@ TAG * swf_InsertTag(TAG * after,U16 id) // updates frames, if nescessary if (t) { memset(t,0x00,sizeof(TAG)); t->id = id; - t->writeBit = 0x80; if (after) { t->frame = after->frame; @@ -763,7 +762,7 @@ int swf_WriteSWF(int handle,SWF * swf) // Writes SWF to file, returns lengt return (int)swf->fileSize; } -int WriteCGI(SWF * swf) +int swf_WriteCGI(SWF * swf) { int len; char s[1024];