From 7e33ed808fc5bcf50c90a5e699c9ab22613a3255 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 6 Sep 2004 10:49:54 +0000 Subject: [PATCH] added image parameter to swf_SetVideoStreamMover(). --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 2ecb49b..cbf4b1f 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -931,7 +931,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_SetVideoStreamMover(TAG*tag, VIDEOSTREAM*s, signed char* movex, signed char* movey, void** image, int quant); void swf_VideoStreamClear(VIDEOSTREAM*stream); #ifdef __cplusplus -- 1.7.10.4