TOOLS: Whitespace cleanup

svn-id: r46751
This commit is contained in:
Jordi Vilalta Prat
2009-12-30 15:34:00 +00:00
parent 1d465ba108
commit eae07f9e8a
62 changed files with 440 additions and 440 deletions
+5 -5
View File
@@ -392,7 +392,7 @@ uLong DxaEncoder::m13encode(byte *frame, byte *outbuf) {
byte subMot[4], subData[16];
int subMotSize = 0, subDataSize = 0;
static const int subX[4] = {0, 2, 0, 2};
static const int subX[4] = {0, 2, 0, 2};
static const int subY[4] = {0, 0, 2, 2};
/* 0: skip
@@ -538,15 +538,15 @@ uLong DxaEncoder::m13encode(byte *frame, byte *outbuf) {
}
EncodeDXA::EncodeDXA(const std::string &name) : CompressionTool(name, TOOLTYPE_COMPRESSION) {
ToolInput input;
input.format = "*.*";
_inputPaths.push_back(input);
_shorthelp = "Used to create DXA files from extracted Smacker archives.";
_helptext =
_helptext =
"Usage: " + getName() + " [mode] [mode-params] [-o outpufile = inputfile.san] <inputfile>\n" +
"Output will be two files, one with .dxa extension and the other depending on the used audio codec.";
"Output will be two files, one with .dxa extension and the other depending on the used audio codec.";
}
void EncodeDXA::execute() {
@@ -554,7 +554,7 @@ void EncodeDXA::execute() {
ScaleMode scaleMode;
Common::Filename inpath(_inputPaths[0].path);
Common::Filename outpath(_outputPath);
if (outpath.empty())
// Actual change of extension is done later...
outpath = inpath;