diff libmpcodecs/mp_image.h @ 7984:a57c1fc0c2fc

change qscale type to int8 and fix qscale ordering
author michael
date Wed, 30 Oct 2002 20:50:33 +0000
parents 31fd09cc9ba2
children 898e5270a46e
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h	Wed Oct 30 19:26:05 2002 +0000
+++ b/libmpcodecs/mp_image.h	Wed Oct 30 20:50:33 2002 +0000
@@ -73,7 +73,7 @@
     int x,y,w,h;  // visible dimensions
     unsigned char* planes[MP_MAX_PLANES];
     unsigned int stride[MP_MAX_PLANES];
-    int* qscale;
+    char * qscale;
     int qstride;
     int pict_type; // 0->unknown, 1->I, 2->P, 3->B
     int num_planes;