| 277 | } |
| 278 | |
| 279 | long CWelsDecoder::Uninitialize() { |
| 280 | UninitDecoder(); |
| 281 | |
| 282 | return ERR_NONE; |
| 283 | } |
| 284 | |
| 285 | void CWelsDecoder::UninitDecoder (void) { |
| 286 | for (int32_t i = 0; i < m_iCtxCount; ++i) { |
nothing calls this directly
no test coverage detected