Convert tabs to spaces in multiline comments

This commit is contained in:
Martin Storsjö
2015-05-15 10:34:02 +03:00
parent 853423b5ad
commit b05468b5c1
67 changed files with 805 additions and 805 deletions

View File

@@ -862,11 +862,11 @@ void WelsDeblockingMb (PDqLayer pCurDqLayer, PDeblockingFilter pFilter, int32_t
}
/*!
* \brief AVC slice deblocking filtering target layer
* \brief AVC slice deblocking filtering target layer
*
* \param dec Wels avc decoder context
* \param dec Wels avc decoder context
*
* \return NONE
* \return NONE
*/
void WelsDeblockingFilterSlice (PWelsDecoderContext pCtx, PDeblockingFilterMbFunc pDeblockMb) {
PDqLayer pCurDqLayer = pCtx->pCurDqLayer;
@@ -931,12 +931,12 @@ void WelsDeblockingFilterSlice (PWelsDecoderContext pCtx, PDeblockingFilterMbFun
}
}
/*!
* \brief deblocking module initialize
* \brief deblocking module initialize
*
* \param pf
* \param pf
* cpu
*
* \return NONE
* \return NONE
*/
void DeblockingInit (SDeblockingFunc* pFunc, int32_t iCpu) {