From: kramm Date: Sat, 2 Aug 2003 12:29:28 +0000 (+0000) Subject: added quant parameter to VIDEOSTREAM struct. X-Git-Tag: release-0-5-0~184 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5e653506fb3e47283563c044faccb2a00e537ed6 added quant parameter to VIDEOSTREAM struct. --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 673429a..ac8c936 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -850,16 +850,20 @@ typedef struct _VIDEOSTREAM { int width; int height; + int linex; + int owidth; int oheight; - int frame; - int linex; int olinex; + + int frame; YUV*oldpic; YUV*current; - int bbx,bby; + int bbx; + int bby; int*mvdx; int*mvdy; + int quant; /* modifyable: */ int do_motion; //enable motion compensation (slow!)