Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ TearDown
Method
TearDown
test/decoder/DecUT_ParseSyntax.cpp:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
virtual void TearDown() {
132
if (m_pDec) {
133
WelsDestroyDecoder (m_pDec);
134
}
135
}
136
//Init members
137
int32_t Init();
138
//Uninit members
Callers
nothing calls this directly
Calls
1
WelsDestroyDecoder
Function · 0.85
Tested by
no test coverage detected