MCPcopy Create free account
hub / github.com/cisco/openh264 / Uninitialize

Method Uninitialize

codec/decoder/plus/src/welsDecoderExt.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279long CWelsDecoder::Uninitialize() {
280 UninitDecoder();
281
282 return ERR_NONE;
283}
284
285void CWelsDecoder::UninitDecoder (void) {
286 for (int32_t i = 0; i < m_iCtxCount; ++i) {

Callers

nothing calls this directly

Calls 1

UninitDecoderFunction · 0.85

Tested by

no test coverage detected