DeInitVdec
Function Usage
DVPP video decoding deinitialization function, which must be used together with InitVdec to destroy resources.
Prototype
APP_ERROR DeInitVdec();
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: DvppWrapper