commit
1d679a8357
@ -39,8 +39,8 @@
|
||||
*
|
||||
*
|
||||
*************************************************************************/
|
||||
#if !defined(AFX_WELSH264DECODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_)
|
||||
#define AFX_WELSH264DECODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_
|
||||
#if !defined(WELS_PLUS_WELSDECODEREXT_H)
|
||||
#define WELS_PLUS_WELSDECODEREXT_H
|
||||
|
||||
#include "codec_api.h"
|
||||
#include "codec_app_def.h"
|
||||
@ -113,4 +113,4 @@ class CWelsDecoder : public ISVCDecoder {
|
||||
|
||||
} // namespace WelsDec
|
||||
|
||||
#endif // !defined(AFX_WELSH264DECODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_)
|
||||
#endif // !defined(WELS_PLUS_WELSDECODEREXT_H)
|
||||
|
@ -122,7 +122,7 @@ int32_t ParamValidation (SWelsSvcCodingParam* pCfg) {
|
||||
}
|
||||
if (iTotalBitrate > pCfg->iTargetBitrate) {
|
||||
WelsLog (NULL, WELS_LOG_ERROR,
|
||||
"Invalid setttings in bitrate. the sum of each layer bitrate(%d) is larger than total bitrate setting(%d)\n",
|
||||
"Invalid settings in bitrate. the sum of each layer bitrate(%d) is larger than total bitrate setting(%d)\n",
|
||||
iTotalBitrate, pCfg->iTargetBitrate);
|
||||
}
|
||||
}
|
||||
|
@ -118,7 +118,7 @@ int32_t AssignMbMapMultipleSlices (SSliceCtx* pSliceSeg, const SSliceConfig* kpM
|
||||
}
|
||||
|
||||
/*!
|
||||
* Check slices assignment setttings on MST_INTERLEAVE type
|
||||
* Check slices assignment settings on MST_INTERLEAVE type
|
||||
*/
|
||||
|
||||
//slice parameter check for SM_FIXEDSLCNUM_SLICE
|
||||
|
@ -29,7 +29,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* welsCodecTrace.h
|
||||
*
|
||||
* Abstract
|
||||
* Cisco OpenH264 encoder extension utilization interface for T26
|
||||
@ -39,8 +38,8 @@
|
||||
*
|
||||
*
|
||||
*************************************************************************/
|
||||
#if !defined(AFX_WELSH264ENCODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_)
|
||||
#define AFX_WELSH264ENCODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_
|
||||
#if !defined(WELS_PLUS_WELSENCODEREXT_H)
|
||||
#define WELS_PLUS_WELSENCODEREXT_H
|
||||
|
||||
#include "codec_api.h"
|
||||
#include "codec_def.h"
|
||||
@ -130,4 +129,4 @@ class CWelsH264SVCEncoder : public ISVCEncoder {
|
||||
void DumpSrcPicture (const uint8_t* pSrc);
|
||||
};
|
||||
}
|
||||
#endif // !defined(AFX_WELSH264ENCODER_H__D9FAA1D1_5403_47E1_8E27_78F11EE65F02__INCLUDED_)
|
||||
#endif // !defined(WELS_PLUS_WELSENCODEREXT_H)
|
||||
|
Loading…
x
Reference in New Issue
Block a user