mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 07:58:08 +02:00
wcap: Declare variable with same sign as convert_to_yv12() expects.
This commit is contained in:
parent
0e696478a9
commit
005d8cd9f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue