Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ TearDown
Method
TearDown
test/decoder/DecUT_DecExt.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
virtual void TearDown() {
24
if (m_pDec) {
25
WelsDestroyDecoder (m_pDec);
26
}
27
}
28
//Init members
29
int32_t Init();
30
//Init valid members
Callers
nothing calls this directly
Calls
1
WelsDestroyDecoder
Function · 0.85
Tested by
no test coverage detected