mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
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:
parent
cba305ead5
commit
cc7e9b11e7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user