| 136 | } |
| 137 | |
| 138 | int32_t CWelsPreProcess::WelsPreprocessDestroy() { |
| 139 | WelsDestroyVpInterface (m_pInterfaceVp, WELSVP_INTERFACE_VERION); |
| 140 | m_pInterfaceVp = NULL; |
| 141 | |
| 142 | return 0; |
| 143 | } |
| 144 | |
| 145 | int32_t CWelsPreProcess::WelsPreprocessReset (sWelsEncCtx* pCtx, int32_t iWidth, int32_t iHeight) { |
| 146 | int32_t iRet = -1; |
nothing calls this directly
no test coverage detected