From ba8010344279ca4a2cf0374bcb7c002a15225b79 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 29 Oct 2002 11:26:26 +0000 Subject: passing picture_type (might be usefull for postprocessing) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7958 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/mp_image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs/mp_image.h') diff --git a/libmpcodecs/mp_image.h b/libmpcodecs/mp_image.h index 942536ce4f..8414aa47aa 100644 --- a/libmpcodecs/mp_image.h +++ b/libmpcodecs/mp_image.h @@ -75,6 +75,7 @@ typedef struct mp_image_s { 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; -- cgit v1.2.3