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

Function WelsEndDecoder

codec/decoder/core/src/decoder.cpp:710–713  ·  view source on GitHub ↗

! ************************************************************************************* * \brief Uninitialize Wels decoder parameters and memory * * \param pCtx input context to be uninitialized at release stage * * \return NONE * * \note N/A ************************************************************************************* */

Source from the content-addressed store, hash-verified

708 *************************************************************************************
709 */
710void WelsEndDecoder (PWelsDecoderContext pCtx) {
711 // close decoder
712 WelsCloseDecoder (pCtx);
713}
714
715void GetVclNalTemporalId (PWelsDecoderContext pCtx) {
716 PAccessUnit pAccessUnit = pCtx->pAccessUnitList;

Callers 2

UninitDecoderFunction · 0.85
UninitDecoderCtxMethod · 0.85

Calls 1

WelsCloseDecoderFunction · 0.85

Tested by

no test coverage detected