xil_cis_destroy(3)
NAME
xil_cis_destroy − destroy a compressed image sequence
SYNOPSIS
#include <xil/xil.h>
void xil_cis_destroy ( XilCis cis);
DESCRIPTION
This function destroys a compressed image sequence, freeing resources associated with the XilCis structure. Any data that was inserted into the XilCis with xil_cis_put_bits_ptr(3) is not automatically freed, but the user-supplied callback function done_with_data is called, if present and non-NULL.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
Deallocate storage associated with a compressed image sequence:
XilCis cis;
xil_cis_destroy (cis);
SEE ALSO
xil_cis_create(3), xil_cis_put_bits_ptr(3).
SunOS 5.6 — Last change: 10 June 1993