added 'priv' field to mpi - requires for tracking frames with different

decoding-displaying order (IPB)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-07-20 16:26:49 +00:00
parent 4c372e966f
commit fe7749b521
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ typedef struct mp_image_s {
int chroma_height;
int chroma_x_shift; // horizontal
int chroma_y_shift; // vertical
/* for private use by filter or vo driver (to store buffer id or dmpi) */
void* priv;
} mp_image_t;
#ifdef IMGFMT_YUY2