aclvdecDestroyFrameConfig
Description
Destroys data of the aclvdecFrameConfig type created by the aclvdecCreateFrameConfig call.
Prototype
aclError aclvdecDestroyFrameConfig(aclvdecFrameConfig *vdecFrameConfig)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
vdecFrameConfig |
Input |
Pointer to data of the aclvdecFrameConfig type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclvdecFrameConfig