From 103fd3207b8a4d7be7fa8d4e0e8ee43c31ac4911 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 7 Sep 2004 16:16:13 +0000 Subject: [PATCH] added swf_SetVideoStreamBlackFrame(). --- lib/rfxswf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index cbf4b1f..83db4f0 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -930,6 +930,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_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, void** image, int quant); void swf_VideoStreamClear(VIDEOSTREAM*stream); -- 1.7.10.4