ref: 4808eca022be4fd6c48e9bbadaf88db941fc34a8
parent: 4c951aab83990887b594f930e82d084cd89d5f03
author: volvet <qizh@cisco.com>
date: Fri Feb 28 10:27:54 EST 2014
update comments on welsEncoderEncodeExt
--- a/codec/encoder/core/inc/extern.h
+++ b/codec/encoder/core/inc/extern.h
@@ -88,11 +88,8 @@
* \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);
--- a/codec/encoder/core/src/encoder_ext.cpp
+++ b/codec/encoder/core/src/encoder_ext.cpp
@@ -3060,11 +3060,8 @@
* \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) {