wcap: Declare variable with same sign as convert_to_yv12() expects.
This commit is contained in:
committed by
Kristian Høgsberg
parent
0e696478a9
commit
005d8cd9f7
+1
-1
@@ -132,7 +132,7 @@ convert_to_yv12(struct wcap_decoder *decoder, unsigned char *out)
|
|||||||
static void
|
static void
|
||||||
output_yuv_frame(struct wcap_decoder *decoder)
|
output_yuv_frame(struct wcap_decoder *decoder)
|
||||||
{
|
{
|
||||||
static char *out;
|
static unsigned char *out;
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
size = decoder->width * decoder->height * 3 / 2;
|
size = decoder->width * decoder->height * 3 / 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user