minor fixes for writting format
This commit is contained in:
parent
4fd3bafa65
commit
0a5f4354e9
@ -258,7 +258,7 @@ void FillDefault (const bool_t kbEnableRc) {
|
||||
iNumDependencyLayer = 0; // number of dependency(Spatial/CGS) layers used to be encoded
|
||||
iNumTemporalLayer = 0; // number of temporal layer specified
|
||||
|
||||
memset(sDependencyLayers,0,sizeof(SDLayerParam)*MAX_DEPENDENCY_LAYER);
|
||||
memset(sDependencyLayers,0,sizeof(SDLayerParam)*MAX_DEPENDENCY_LAYER);
|
||||
}
|
||||
|
||||
int32_t ParamTranscode (SVCEncodingParam& pCodingParam, const bool_t kbEnableRc = true) {
|
||||
|
@ -470,7 +470,7 @@ const uint8_t g_kuiTemporalIdListTable[MAX_TEMPORAL_LEVEL][MAX_GOP_SIZE + 1] =
|
||||
{
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0
|
||||
}, // gop size = 1
|
||||
}, // uiGopSize = 1
|
||||
{
|
||||
0, 1, 0, 0, 0, 0, 0, 0,
|
||||
0
|
||||
|
Loading…
Reference in New Issue
Block a user