wcap: Declare variable with same sign as convert_to_yv12() expects.
diff --git a/wcap/main.c b/wcap/main.c
index bdbc8cb..09e0aa7 100644
--- a/wcap/main.c
+++ b/wcap/main.c
@@ -132,7 +132,7 @@
 static void
 output_yuv_frame(struct wcap_decoder *decoder)
 {
-	static char *out;
+	static unsigned char *out;
 	int size;
 
 	size = decoder->width * decoder->height * 3 / 2;