added swf_SetVideoStreamBlackFrame().
authorkramm <kramm>
Tue, 7 Sep 2004 16:16:13 +0000 (16:16 +0000)
committerkramm <kramm>
Tue, 7 Sep 2004 16:16:13 +0000 (16:16 +0000)
lib/rfxswf.h

index cbf4b1f..83db4f0 100644 (file)
@@ -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);