Extend XV_PIPE range to include new -1 value
This commit is contained in:
parent
888a4a5f46
commit
92e4deb50e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue