X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=b337eb0ffce1877b10ef8be79570810e06a7a22b;hb=ab2e2a03bb1d26ebaed40ed76b522151cbdca633;hp=2ed41e06773fb8cab47bf3aae1a75e68c8fe19c4;hpb=08436744d1326f8314bcbc18df64f7b1977b1685;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 2ed41e0..b337eb0 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -451,6 +451,10 @@ void swf_SetShape2(TAG*tag, SHAPE2*shape); void swf_Shape2Free(SHAPE2 * s); void swf_DumpShape(SHAPE2*shape2); +void swf_ParseDefineShape(TAG*tag, SHAPE2*shape); +void swf_Shape2ToShape(SHAPE2*shape2, SHAPE*shape); +void swf_SetShape2(TAG*tag, SHAPE2*shape2); + // swfdraw.c void swf_Shape10DrawerInit(drawer_t*draw, TAG*tag); @@ -914,6 +918,7 @@ typedef struct _VIDEOSTREAM void swf_SetVideoStreamDefine(TAG*tag, VIDEOSTREAM*stream, U16 frames, U16 width, U16 height); void swf_SetVideoStreamIFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); void swf_SetVideoStreamPFrame(TAG*tag, VIDEOSTREAM*s, RGBA*pic, int quant/* 1-31, 1=best quality, 31=best compression*/); +void swf_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, int quant); void swf_VideoStreamClear(VIDEOSTREAM*stream); #ifdef __cplusplus