Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111750 | Differences between
and this patch

Collapse All | Expand All

(-)./vloopback-0.97-snap3/example/resize.c (-2 / +2 lines)
Lines 175-182 Link Here
175
	
175
	
176
	if (argc != 6) {
176
	if (argc != 6) {
177
		printf("Usage:\n\n");
177
		printf("Usage:\n\n");
178
		printf("resize input output widthxheight(in) widthxheight(out) rgb24|yuv420p\n\n");
178
		printf("vresize input output widthxheight(in) widthxheight(out) rgb24|yuv420p\n\n");
179
		printf("example: resize /dev/video0 /dev/video1 352x288 176x144 yuv420p\n\n");
179
		printf("example: vresize /dev/video0 /dev/video1 320x240 176x144 yuv420p\n\n");
180
		exit(1);
180
		exit(1);
181
	}
181
	}
182
	sscanf(argv[3], "%dx%d", &width, &height);
182
	sscanf(argv[3], "%dx%d", &width, &height);

Return to bug 111750