mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[DEVENUM] Initialize rgpins.
This commit is contained in:
parent
ae8762e15e
commit
a731be3f12
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ cleanup:
|
||||||
static void register_vfw_codecs(void)
|
static void register_vfw_codecs(void)
|
||||||
{
|
{
|
||||||
static const WCHAR fcchandlerW[] = {'F','c','c','H','a','n','d','l','e','r',0};
|
static const WCHAR fcchandlerW[] = {'F','c','c','H','a','n','d','l','e','r',0};
|
||||||
REGFILTERPINS2 rgpins[2];
|
REGFILTERPINS2 rgpins[2] = {{0}};
|
||||||
IPropertyBag *prop_bag = NULL;
|
IPropertyBag *prop_bag = NULL;
|
||||||
REGPINTYPES rgtypes[2];
|
REGPINTYPES rgtypes[2];
|
||||||
REGFILTER2 rgf;
|
REGFILTER2 rgf;
|
||||||
|
|
Loading…
Reference in a new issue