summaryrefslogtreecommitdiffstats
path: root/mp_image.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 02:44:42 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 02:44:42 +0000
commitcc7e9b11e7a974080548c2e14c16597b13c4f2d4 (patch)
tree683d07a1dce04a0f3f42efe177720a7bba49ebcb /mp_image.h
parentcba305ead5aaebcc858978ba4614c1f89d4474d1 (diff)
downloadmpv-cc7e9b11e7a974080548c2e14c16597b13c4f2d4.tar.bz2
mpv-cc7e9b11e7a974080548c2e14c16597b13c4f2d4.tar.xz
MP_IMGFLAG_TYPE_DISPLAYED added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4973 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_image.h')
-rw-r--r--mp_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_image.h b/mp_image.h
index 928348aa50..0c9df54321 100644
--- a/mp_image.h
+++ b/mp_image.h
@@ -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: