qcap: Declare some items static.
This commit is contained in:
parent
9d4b8d33e0
commit
97a2203491
|
@ -57,7 +57,7 @@ static WCHAR const tmodel_both[] =
|
||||||
/*
|
/*
|
||||||
* Delete a key and all its subkeys
|
* Delete a key and all its subkeys
|
||||||
*/
|
*/
|
||||||
HRESULT DeleteEntireSubKey(HKEY hkey, LPWSTR strSubKey)
|
static HRESULT DeleteEntireSubKey(HKEY hkey, LPWSTR strSubKey)
|
||||||
{
|
{
|
||||||
WCHAR buffer[MAX_KEY_LEN];
|
WCHAR buffer[MAX_KEY_LEN];
|
||||||
DWORD dw = MAX_KEY_LEN;
|
DWORD dw = MAX_KEY_LEN;
|
||||||
|
|
|
@ -136,7 +136,7 @@ static const struct renderlist renderlist_V4l[] = {
|
||||||
{ 0, NULL, NULL },
|
{ 0, NULL, NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
const int fallback_V4l[] = { 4, 5, 7, 8, 9, 13, 15, 14, 16, 11, -1 };
|
static const int fallback_V4l[] = { 4, 5, 7, 8, 9, 13, 15, 14, 16, 11, -1 };
|
||||||
/* Fallback: First try raw formats (Should try yuv first perhaps?), then yuv */
|
/* Fallback: First try raw formats (Should try yuv first perhaps?), then yuv */
|
||||||
|
|
||||||
/* static const Capture defbox; */
|
/* static const Capture defbox; */
|
||||||
|
|
Loading…
Reference in New Issue