keep the unrelated changed line

This commit is contained in:
ruil2 2014-03-10 16:11:27 +08:00
parent ba6b2a8d62
commit cbc2b9c986

View File

@ -204,7 +204,7 @@ int ParseConfig (CReadConfig& cRdCfg, SSourcePicture* pSrcPic, SEncParamExt& pSv
pSrcPic->iPicWidth = atoi (strTag[1].c_str());
} else if (strTag[0].compare ("SourceHeight") == 0) {
pSrcPic->iPicHeight = atoi (strTag[1].c_str());
}else if (strTag[0].compare ("InputFile") == 0) {
} else if (strTag[0].compare ("InputFile") == 0) {
if (strTag[1].length() > 0)
sFileSet.strSeqFile = strTag[1];
} else if (strTag[0].compare ("OutputFile") == 0) {