Mercurial > mplayer.hg
changeset 4972:643da7f45219
MP_IMGFLAG_TYPE_DISPLAYED added
author | arpi |
---|---|
date | Thu, 07 Mar 2002 02:44:42 +0000 |
parents | fa002f25631e |
children | 544c1dae591c |
files | mp_image.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mp_image.h Thu Mar 07 02:44:16 2002 +0000 +++ b/mp_image.h Thu Mar 07 02:44:42 2002 +0000 @@ -24,6 +24,8 @@ #define MP_IMGFLAG_YUV 0x200 // set if it's swapped plane/byteorder #define MP_IMGFLAG_SWAPPED 0x400 +// type displayed (do not set this flag - it's for internal use!) +#define MP_IMGFLAG_TYPE_DISPLAYED 0x800 // codec doesn't support any form of direct rendering - it has own buffer // allocation. so we just export its buffer pointers: