diff libmpcodecs/mp_image.h @ 7957:31fd09cc9ba2

passing picture_type (might be usefull for postprocessing)
author michael
date Tue, 29 Oct 2002 11:26:26 +0000
parents 695bd84c1b24
children a57c1fc0c2fc
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h	Tue Oct 29 11:21:43 2002 +0000
+++ b/libmpcodecs/mp_image.h	Tue Oct 29 11:26:26 2002 +0000
@@ -75,6 +75,7 @@
     unsigned int stride[MP_MAX_PLANES];
     int* qscale;
     int qstride;
+    int pict_type; // 0->unknown, 1->I, 2->P, 3->B
     int num_planes;
     /* these are only used by planar formats Y,U(Cb),V(Cr) */
     int chroma_width;