xf86-video-intel: src/i830_video.c

Keith Packard keithp at kemper.freedesktop.org
Wed May 30 10:49:03 PDT 2007


 src/i830_video.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 92e4deb50e049cc83cbde4995ba0b901feceb15a (from 888a4a5f469bf955e3ee3e184b628808ae8a4498)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Wed May 30 11:49:07 2007 -0600

    Extend XV_PIPE range to include new -1 value

diff --git a/src/i830_video.c b/src/i830_video.c
index 4517975..155bcc1 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -229,7 +229,7 @@ static XF86VideoFormatRec Formats[NUM_FO
 
 #define CLONE_ATTRIBUTES 1
 static XF86AttributeRec CloneAttributes[CLONE_ATTRIBUTES] = {
-    {XvSettable | XvGettable, 0, 1, "XV_PIPE"}
+    {XvSettable | XvGettable, -1, 1, "XV_PIPE"}
 };
 
 #define NUM_ATTRIBUTES 5


More information about the xorg-commit mailing list