commit | 005d8cd9f7e99cc87dfde63016fdbccd54dfa660 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Sun Jul 22 18:23:51 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 23 10:42:04 2012 -0400 |
tree | 5a32cdf95dab20c8d7526808a2a88ad50c00849a | |
parent | 0e696478a9c498594dd285883cb3b8e8522f9640 [diff] [blame] |
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;