X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=8a87c0fdb2f06ccc4d4051dc8bc4b374fd154a14;hb=fb6171381f99ab5cccd467a4fdca1488aadd6916;hp=6da4a5004d58e09cc85d01943a501a91331cdb5c;hpb=13d9ea259d0085504bb34f9c1de501eab00d376b;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 6da4a50..8a87c0f 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -191,7 +191,8 @@ TAG * swf_InsertTag(TAG * after,U16 id); // updates frames, if necessary int swf_DeleteTag(TAG * t); void swf_ClearTag(TAG * t); //frees tag data - +void swf_ResetTag(TAG*tag, U16 id); //set's tag position and length to 0, without freeing it + void swf_SetTagPos(TAG * t,U32 pos); // resets Bitcount U32 swf_GetTagPos(TAG * t);