minor fixes for writting format

This commit is contained in:
ruil2 2014-01-22 16:09:20 +08:00
parent 4fd3bafa65
commit 0a5f4354e9
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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