added quant parameter to VIDEOSTREAM struct.
authorkramm <kramm>
Sat, 2 Aug 2003 12:29:28 +0000 (12:29 +0000)
committerkramm <kramm>
Sat, 2 Aug 2003 12:29:28 +0000 (12:29 +0000)
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!)