From 0fef4e94480f2bf1157ce5f92fcb0c7dd1585371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Tue, 2 Nov 2010 16:23:02 +0200 Subject: [PATCH] xfree86/xv: Document VIDEO_CLIP_TO_VIEWPORT incompatibility with reput MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Syrjälä Reviewed-by: Luc Verhaegen --- hw/xfree86/common/xf86xv.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/common/xf86xv.h b/hw/xfree86/common/xf86xv.h index 1b43fcb41..973b1d0f4 100644 --- a/hw/xfree86/common/xf86xv.h +++ b/hw/xfree86/common/xf86xv.h @@ -36,6 +36,10 @@ #define VIDEO_INVERT_CLIPLIST 0x00000002 #define VIDEO_OVERLAID_IMAGES 0x00000004 #define VIDEO_OVERLAID_STILLS 0x00000008 +/* + * Usage of VIDEO_CLIP_TO_VIEWPORT is not recommended. + * It can make reput behaviour inconsistent. + */ #define VIDEO_CLIP_TO_VIEWPORT 0x00000010 typedef struct {