Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
7956:2d04cdfd7186 | 7957:31fd09cc9ba2 |
---|---|
73 int x,y,w,h; // visible dimensions | 73 int x,y,w,h; // visible dimensions |
74 unsigned char* planes[MP_MAX_PLANES]; | 74 unsigned char* planes[MP_MAX_PLANES]; |
75 unsigned int stride[MP_MAX_PLANES]; | 75 unsigned int stride[MP_MAX_PLANES]; |
76 int* qscale; | 76 int* qscale; |
77 int qstride; | 77 int qstride; |
78 int pict_type; // 0->unknown, 1->I, 2->P, 3->B | |
78 int num_planes; | 79 int num_planes; |
79 /* these are only used by planar formats Y,U(Cb),V(Cr) */ | 80 /* these are only used by planar formats Y,U(Cb),V(Cr) */ |
80 int chroma_width; | 81 int chroma_width; |
81 int chroma_height; | 82 int chroma_height; |
82 int chroma_x_shift; // horizontal | 83 int chroma_x_shift; // horizontal |