From cc7e9b11e7a974080548c2e14c16597b13c4f2d4 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 7 Mar 2002 02:44:42 +0000 Subject: [PATCH] MP_IMGFLAG_TYPE_DISPLAYED added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4973 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_image.h | 2 ++ 1 file changed, 2 insertions(+) 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: