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

Function WelsDestroyVpInterface

codec/processing/src/common/WelsFrameWork.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56EResult WelsDestroyVpInterface (void* pCtx, int iVersion) {
57 if (iVersion & 0x8000)
58 return WelsVP::DestroySpecificVpInterface ((IWelsVP*)pCtx);
59 else if (iVersion & 0x7fff)
60 return WelsVP::DestroySpecificVpInterface ((IWelsVPc*)pCtx);
61 else
62 return RET_INVALIDPARAM;
63}
64
65WELSVP_NAMESPACE_BEGIN
66

Callers 1

WelsPreprocessDestroyMethod · 0.85

Calls 1

Tested by

no test coverage detected