update comments on welsEncoderEncodeExt

This commit is contained in:
volvet 2014-02-28 15:27:54 +08:00
parent 4c951aab83
commit 4808eca022
2 changed files with 4 additions and 10 deletions

View File

@ -88,11 +88,8 @@ void WelsUninitEncoderExt (sWelsEncCtx** ppCtx);
* \brief core svc encoding process
*
* \param h sWelsEncCtx*, encoder context
* \param dst FrameBSInfo*
* \param pSrc SSourcePicture* for need_ds = true or SSourcePicture** for need_ds = false
* \param kiConfiguredLayerNum =1 in case need_ds = true or >1 in case need_ds = false
* \param need_ds Indicate whether need down sampling desired
* [NO in picture list case, YES in console aplication based]
* \param pFbi FrameBSInfo*
* \param kpSrcPic Source picture
* \return EFrameType (WELS_FRAME_TYPE_IDR/WELS_FRAME_TYPE_I/WELS_FRAME_TYPE_P)
*/
int32_t WelsEncoderEncodeExt (sWelsEncCtx*, SFrameBSInfo * pFbi, const SSourcePicture* kpSrcPic);

View File

@ -3060,11 +3060,8 @@ int32_t WelsEncoderEncodeParameterSets (sWelsEncCtx* pCtx, void* pDst) {
* \brief core svc encoding process
*
* \pParam pCtx sWelsEncCtx*, encoder context
* \pParam pDst FrameBSInfo*
* \pParam pSrc SSourcePicture* for need_ds = true or SSourcePicture** for need_ds = false
* \pParam iConfiguredLayerNum =1 in case need_ds = true or >1 in case need_ds = false
* \pParam need_ds Indicate whether need down sampling desired
* [NO in picture list case, YES in console aplication based]
* \pParam pFbi FrameBSInfo*
* \pParam pSrcPic Source Picture
* \return EFrameType (WELS_FRAME_TYPE_IDR/WELS_FRAME_TYPE_I/WELS_FRAME_TYPE_P)
*/
int32_t WelsEncoderEncodeExt (sWelsEncCtx* pCtx, SFrameBSInfo * pFbi, const SSourcePicture* pSrcPic) {