*** ./vloopback-0.96a/example/resize.c 2004-08-01 11:49:04.000000000 +0200 --- ./vloopback-0.96a.my/example/resize.c 2005-12-31 16:23:19.000000000 +0100 *************** *** 168,176 **** if (argc != 5) { printf("Usage:\n"); printf("\n"); ! printf("resize [input] [output] [widthxheight(in)] [widthxheight(out)]\n"); printf("\n"); ! printf("example: resize /dev/video0 /dev/video1 352x288 176x144\n"); printf("\n"); exit(1); } --- 168,176 ---- if (argc != 5) { printf("Usage:\n"); printf("\n"); ! printf("vresize [input] [output] [widthxheight(in)] [widthxheight(out)]\n"); printf("\n"); ! printf("example: vresize /dev/video0 /dev/video1 320x240 176x144\n"); printf("\n"); exit(1); }