added quant parameter to VIDEOSTREAM struct.
[swftools.git] / lib / rfxswf.h
index 673429a..ac8c936 100644 (file)
@@ -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!)