xenocara/lib/libXv/man/XvFreeEncodingInfo.man

23 lines
657 B
Groff
Raw Normal View History

2009-10-31 12:54:56 -06:00
.TH XvFreeEncodingInfo __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
XvFreeEncodingInfo \- free encoding information
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH SYNOPSIS
.BI "void XvFreeEncodingInfo(XvEncodingInfo *" p_encoding_info ");"
.SH ARGUMENTS
2006-11-25 11:01:46 -07:00
.\"
.IP \fIp_encoding_info\fR 8
2009-10-31 12:54:56 -06:00
Pointer to where the encoding information is located.
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH DESCRIPTION
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvFreeEncodingInfo (__libmansuffix__)
frees encoding information that was returned by
.BR XvQueryEncodings (__libmansuffix__).
The data structure used for encoding information is defined in the
reference page for
.BR XvQueryEncodings (__libmansuffix__).
.SH SEE ALSO
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvQueryEncodings (__libmansuffix__)