mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[DEVENUM] Initialize rgpins.
This commit is contained in:
@@ -798,7 +798,7 @@ cleanup:
|
||||
static void register_vfw_codecs(void)
|
||||
{
|
||||
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;
|
||||
REGPINTYPES rgtypes[2];
|
||||
REGFILTER2 rgf;
|
||||
|
||||
Reference in New Issue
Block a user