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