diff libmpcodecs/mp_image.h @ 9925:420640a0f6d0

passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
author michael
date Fri, 18 Apr 2003 13:18:59 +0000
parents 898e5270a46e
children fdc349b9bd1d
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h	Fri Apr 18 12:16:35 2003 +0000
+++ b/libmpcodecs/mp_image.h	Fri Apr 18 13:18:59 2003 +0000
@@ -76,6 +76,7 @@
     char * qscale;
     int qstride;
     int pict_type; // 0->unknown, 1->I, 2->P, 3->B
+    int qscale_type; // 0->mpeg1/4/h263, 1->mpeg2
     int num_planes;
     /* these are only used by planar formats Y,U(Cb),V(Cr) */
     int chroma_width;