sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-08-28 05:57:34 +00:00
commit 88965415ff
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
26235 changed files with 29195616 additions and 0 deletions

View file

@ -0,0 +1,23 @@
.TH XvFreeAdaptorInfo __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
XvFreeAdaptorInfo \- free adaptor information
.\"
.SH SYNOPSIS
.BI "void XvFreeAdaptorInfo(XvAdaptorInfo *" p_adaptor_info ");"
.SH ARGUMENTS
.\"
.IP \fIp_adaptor_info\fR 8
Pointer to where the adaptor information is located.
.\"
.SH DESCRIPTION
.\"
.BR XvFreeAdaptorInfo (__libmansuffix__)
frees adaptor information that was returned by
.BR XvQueryAdaptors (__libmansuffix__).
The data structure used for adaptor information is defined in the
reference page for
.BR XvQueryAdaptors (__libmansuffix__).
.SH SEE ALSO
.\"
.BR XvQueryAdaptors (__libmansuffix__),
.BR XvFreeEncodingInfo (__libmansuffix__)