fix bug in UT code

This commit is contained in:
Guangwei Wang
2015-12-01 08:55:00 +08:00
parent f679da900f
commit c917d09263

View File

@@ -3232,8 +3232,7 @@ TEST_F (EncodeDecodeTestAPI, SimulcastAVC) {
}
}
#ifdef DEBUG_FILE_SAVE_SimulcastAVCDiffFps
for (int i = 0; i <)MAX_SPATIAL_LAYER_NUM;
i++) {
for (int i = 0; i < MAX_SPATIAL_LAYER_NUM; i++) {
fclose (fEnc[i]);
}
#endif