X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=83db4f06c4133fb66d2582814c90517f7b59221e;hb=5b780ccd1569df9c433f042643297d703cd05192;hp=cbf4b1fe53627255840e07cf6519d5837ffd51e3;hpb=7e33ed808fc5bcf50c90a5e699c9ab22613a3255;p=swftools.git 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);