! ************************************************************************************* * \brief Uninitialize Wels decoder parameters and memory * * \param pCtx input context to be uninitialized at release stage * * \return NONE * * \note N/A ************************************************************************************* */
| 708 | ************************************************************************************* |
| 709 | */ |
| 710 | void WelsEndDecoder (PWelsDecoderContext pCtx) { |
| 711 | // close decoder |
| 712 | WelsCloseDecoder (pCtx); |
| 713 | } |
| 714 | |
| 715 | void GetVclNalTemporalId (PWelsDecoderContext pCtx) { |
| 716 | PAccessUnit pAccessUnit = pCtx->pAccessUnitList; |
no test coverage detected