qcap: Declare some items static.

This commit is contained in:
Andrew Talbot 2007-01-22 22:30:22 +00:00 committed by Alexandre Julliard
parent 9d4b8d33e0
commit 97a2203491
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ static WCHAR const tmodel_both[] =
/*
* 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];
DWORD dw = MAX_KEY_LEN;

View file

@ -136,7 +136,7 @@ static const struct renderlist renderlist_V4l[] = {
{ 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 */
/* static const Capture defbox; */