MP_IMGFLAG_TYPE_DISPLAYED added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4973 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-07 02:44:42 +00:00
parent cba305ead5
commit cc7e9b11e7
1 changed files with 2 additions and 0 deletions

View File

@ -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: