We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05e1e8 commit cfba39eCopy full SHA for cfba39e
libvisual/tools/lv-tool/lv-tool.cpp
@@ -44,8 +44,8 @@
44
#define DEFAULT_ACTOR_NONGL "lv_analyzer"
45
#define DEFAULT_INPUT "debug"
46
#define DEFAULT_MORPH "slide_left"
47
-#define DEFAULT_WIDTH 320
48
-#define DEFAULT_HEIGHT 200
+#define DEFAULT_WIDTH 640
+#define DEFAULT_HEIGHT 480
49
#define DEFAULT_FPS 60
50
#define DEFAULT_COLOR_DEPTH 0
51
@@ -270,7 +270,7 @@ namespace {
270
case 'D': {
271
if (std::sscanf (optarg, "%ux%u", &width, &height) != 2)
272
{
273
- std::cerr << "Invalid dimensions: '" << optarg << "'. Use <width>x<height> (e.g. 320x200)\n";
+ std::cerr << "Invalid dimensions: '" << optarg << "'. Use <width>x<height> (e.g. 640x480)\n";
274
return -1;
275
}
276
break;
0 commit comments