Fixed typo (videostab)

This commit is contained in:
Alexey Spizhevoy 2012-04-16 11:14:30 +00:00
parent 306248e444
commit 8c4ffc8bb2

View File

@ -399,7 +399,7 @@ int main(int argc, const char **argv)
if (arg("output") != "no")
outputPath = arg("output");
quietMode = argb("quite");
quietMode = argb("quiet");
run();
}