From 2ce931b1e2215670583c705dc87c19094b42990c Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 27 Oct 2004 14:00:42 +0000 Subject: [PATCH] added swf_Optimize(). --- lib/rfxswf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index c3783d5..2e8bb43 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -712,6 +712,7 @@ void swf_SetSoundInfo(TAG*tag, SOUNDINFO*info); // swftools.c +void swf_Optimize(SWF*swf); U8 swf_isDefiningTag(TAG * t); U8 swf_isPseudoDefiningTag(TAG * t); U8 swf_isAllowedSpriteTag(TAG * t); -- 1.7.10.4