X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=83db4f06c4133fb66d2582814c90517f7b59221e;hb=e29b8eb23fc41253809ea4bc090007f80ef3f708;hp=2ecb49b68d9cc6a5a9f49667154210ace761173e;hpb=e54aeae76f147954811268730f1591c7bc4a889c;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 2ecb49b..83db4f0 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -930,8 +930,9 @@ 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_SetVideoStreamBlackFrame(TAG*tag, VIDEOSTREAM*s); 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_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, void** image, int quant); void swf_VideoStreamClear(VIDEOSTREAM*stream); #ifdef __cplusplus