qcap: Make v4l_device_create() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-27 12:36:49 +02:00 committed by Alexandre Julliard
parent 85fa778f93
commit 80b37cd512
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static LONG CDECL v4l_device_get_caps_count(struct video_capture_device *device)
return device->caps_count;
}
struct video_capture_device * CDECL v4l_device_create(USHORT index)
static struct video_capture_device * CDECL v4l_device_create(USHORT index)
{
struct v4l2_frmsizeenum frmsize = {0};
struct video_capture_device *device;