X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=d619aeb1db7d94838809b5f55645c1a340ac30c8;hb=b3bf5bf6cdf7d80df45de711b079ce3544acd39f;hp=62d270d219cb5f62d77cb168316655757e6db49b;hpb=a9326220edcd7373dedc9f7d1cf5f09e7693e763;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 62d270d..d619aeb 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -132,8 +132,8 @@ TAG * swf_PrevTag(TAG * t); int swf_GetFrameNo(TAG * t); // should be renamed to TagGetFrame U16 swf_GetTagID(TAG * t); // ... TagGetID -U32 swf_GetDataSize(TAG * t); // ... TagGetDataSize -U8* swf_GetDataSizePtr(TAG * t); +U32 swf_GetTagLen(TAG * t); // ... TagGetTagLen +U8* swf_GetTagLenPtr(TAG * t); U32 swf_GetBits(TAG * t,int nbits); S32 swf_GetSBits(TAG * t,int nbits);