mirror of https://github.com/mpv-player/mpv
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:
parent
4c372e966f
commit
fe7749b521
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue