*** ./vloopback-0.97-snap2/example/resize.c 2005-12-19 17:01:48.000000000 +0100 --- ./vloopback-0.97-snap2.my/example/resize.c 2005-12-31 16:31:39.000000000 +0100 *************** *** 169,177 **** if (argc != 6) { printf("Usage:\n"); printf("\n"); ! printf("resize input output widthxheight(in) widthxheight(out) rgb24|yuv420p\n"); printf("\n"); ! printf("example: resize /dev/video0 /dev/video1 352x288 176x144 yuv420p\n"); printf("\n"); exit(1); } --- 169,177 ---- if (argc != 6) { printf("Usage:\n"); printf("\n"); ! printf("vresize input output widthxheight(in) widthxheight(out) rgb24|yuv420p\n"); printf("\n"); ! printf("example: vresize /dev/video0 /dev/video1 320x240 176x144 yuv420p\n"); printf("\n"); exit(1); }