Extend XV_PIPE range to include new -1 value

This commit is contained in:
Keith Packard 2007-05-30 11:49:07 -06:00
parent 888a4a5f46
commit 92e4deb50e
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static XF86VideoFormatRec Formats[NUM_FORMATS] = {
#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