From 11f69c8407d2d1ee68d9ca12f650a62a3b0bef64 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 21 Aug 2009 11:34:50 +0000 Subject: Move vaPutSurface() flags to header. --- va/va_x11.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'va/va_x11.h') diff --git a/va/va_x11.h b/va/va_x11.h index 3f0a1d6..c6f9670 100644 --- a/va/va_x11.h +++ b/va/va_x11.h @@ -23,22 +23,6 @@ VADisplay vaGetDisplay ( * color space conversion and scaling to the destination * rectangle */ -/* de-interlacing flags for vaPutSurface */ -#define VA_FRAME_PICTURE 0x00000000 -#define VA_TOP_FIELD 0x00000001 -#define VA_BOTTOM_FIELD 0x00000002 - -/* - * clears the drawable with background color. - * for hardware overlay based implementation this flag - * can be used to turn off the overlay - */ -#define VA_CLEAR_DRAWABLE 0x00000008 - -/* color space conversion flags for vaPutSurface */ -#define VA_SRC_BT601 0x00000010 -#define VA_SRC_BT709 0x00000020 - VAStatus vaPutSurface ( VADisplay dpy, VASurfaceID surface, -- cgit v1.2.1