From: kramm Date: Tue, 7 Sep 2004 16:16:13 +0000 (+0000) Subject: added swf_SetVideoStreamBlackFrame(). X-Git-Tag: xpdf-3-00~26 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=103fd3207b8a4d7be7fa8d4e0e8ee43c31ac4911 added swf_SetVideoStreamBlackFrame(). --- 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);