correct code style
This commit is contained in:
parent
475309307c
commit
600a79bea6
@ -153,7 +153,7 @@ class CWelsPreProcess {
|
||||
bool m_bOfficialBranch;
|
||||
/* For Downsampling & VAA I420 based source pictures */
|
||||
SPicture* m_pSpatialPic[MAX_DEPENDENCY_LAYER][MAX_TEMPORAL_LEVEL + 1 +
|
||||
LONG_TERM_REF_NUM]; // need memory requirement with total number of (log2(uiGopSize)+1+1+long_term_ref_num)
|
||||
LONG_TERM_REF_NUM]; // need memory requirement with total number of (log2(uiGopSize)+1+1+long_term_ref_num)
|
||||
uint8_t m_uiSpatialLayersInTemporal[MAX_DEPENDENCY_LAYER];
|
||||
uint8_t m_uiSpatialPicNum[MAX_DEPENDENCY_LAYER];
|
||||
};
|
||||
|
@ -564,9 +564,9 @@ static inline int32_t AcquireLayersNals (sWelsEncCtx** ppCtx, SWelsSvcCodingPara
|
||||
#endif//!MT_ENABLED
|
||||
|
||||
if (NULL != pCountLayers)
|
||||
*pCountLayers = iCountNumLayers;
|
||||
*pCountLayers = iCountNumLayers;
|
||||
if (NULL != pCountNals)
|
||||
*pCountNals = iCountNumNals;
|
||||
*pCountNals = iCountNumNals;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user