ref: cbc2b9c9865d9fba55ef45727c9aa49d8dc8f7fa
parent: ba6b2a8d6248595fd46b15b10bfef21b6c0f7653
author: ruil2 <[email protected]>
date: Mon Mar 10 12:11:27 EDT 2014
keep the unrelated changed line
--- a/codec/console/enc/src/welsenc.cpp
+++ b/codec/console/enc/src/welsenc.cpp
@@ -204,7 +204,7 @@
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) {