aclvdecDestroyFrameConfig
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys data of the aclvdecFrameConfig type created by calling aclvdecCreateFrameConfig.
Prototype
aclError aclvdecDestroyFrameConfig(aclvdecFrameConfig *vdecFrameConfig)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
vdecFrameConfig |
Input |
Pointer to data of the aclvdecFrameConfig type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclvdecFrameConfig