wcap: Declare variable with same sign as convert_to_yv12() expects.

Scott Moreau 12 years ago committed by Kristian Høgsberg
parent 0e696478a9
commit 005d8cd9f7
  1. 2
      wcap/main.c

@ -132,7 +132,7 @@ convert_to_yv12(struct wcap_decoder *decoder, unsigned char *out)
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;

Loading…
Cancel
Save