Yet another Xv extension byte swapping fix.
This commit is contained in:
@@ -1588,6 +1588,7 @@ SProcXvSetPortAttribute(ClientPtr client)
|
|||||||
swaps(&stuff->length, n);
|
swaps(&stuff->length, n);
|
||||||
swapl(&stuff->port, n);
|
swapl(&stuff->port, n);
|
||||||
swapl(&stuff->attribute, n);
|
swapl(&stuff->attribute, n);
|
||||||
|
swapl(&stuff->value, n);
|
||||||
return XvProcVector[xv_SetPortAttribute](client);
|
return XvProcVector[xv_SetPortAttribute](client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user